IntUiOutlinedButtonColorFactory

Functions

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