IntUiOutlinedButtonColorFactory

Functions

Link copied to clipboard
@Composable
fun dark(background: Brush = SolidColor(Color.Transparent), backgroundDisabled: Brush = SolidColor(IntUiDarkTheme.colors.gray(5)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiDarkTheme.colors.gray(2)), backgroundHovered: Brush = SolidColor(Color.Unspecified), content: Color = IntUiDarkTheme.colors.gray(12), contentDisabled: Color = IntUiDarkTheme.colors.gray(8), contentFocused: Color = IntUiDarkTheme.colors.gray(12), contentPressed: Color = IntUiDarkTheme.colors.gray(12), contentHovered: Color = IntUiDarkTheme.colors.gray(12), border: Brush = SolidColor(IntUiDarkTheme.colors.gray(5)), borderDisabled: Brush = SolidColor(IntUiDarkTheme.colors.gray(5)), borderFocused: Brush = SolidColor(IntUiDarkTheme.colors.gray(2)), borderPressed: Brush = SolidColor(IntUiDarkTheme.colors.gray(7)), borderHovered: Brush = SolidColor(IntUiDarkTheme.colors.gray(7))): ButtonColors
Link copied to clipboard
@Composable
fun light(background: Brush = SolidColor(IntUiLightTheme.colors.gray(14)), backgroundDisabled: Brush = SolidColor(IntUiLightTheme.colors.gray(12)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiLightTheme.colors.gray(13)), backgroundHovered: Brush = background, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Brush = SolidColor(IntUiLightTheme.colors.gray(9)), borderDisabled: Brush = SolidColor(IntUiLightTheme.colors.gray(12)), borderFocused: Brush = SolidColor(IntUiLightTheme.colors.blue(4)), borderPressed: Brush = SolidColor(IntUiLightTheme.colors.gray(7)), borderHovered: Brush = SolidColor(IntUiLightTheme.colors.gray(8))): ButtonColors