light

@Composable
fun light(background: Brush = SolidColor(IntUiLightTheme.colors.grey(14)), backgroundDisabled: Brush = SolidColor(IntUiLightTheme.colors.grey(12)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiLightTheme.colors.grey(13)), backgroundHovered: Brush = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Brush = SolidColor(IntUiLightTheme.colors.grey(9)), borderDisabled: Brush = SolidColor(IntUiLightTheme.colors.grey(12)), borderFocused: Brush = SolidColor(IntUiLightTheme.colors.blue(4)), borderPressed: Brush = SolidColor(IntUiLightTheme.colors.grey(7)), borderHovered: Brush = SolidColor(IntUiLightTheme.colors.grey(8))): ButtonColors