light

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