IntUiDefaultButtonColorFactory

Functions

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