light

@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(12)), borderFocused: Brush = SolidColor(IntUiLightTheme.colors.grey(14)), borderPressed: Brush = borderFocused, borderHovered: Brush = border): ButtonColors