light

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