light

@Composable
fun light(background: Color = Color.Unspecified, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = IntUiLightTheme.colors.grey(11), backgroundHovered: Color = IntUiLightTheme.colors.grey(12), border: Color = background, borderDisabled: Color = border, borderFocused: Color = IntUiLightTheme.colors.blue(5), borderPressed: Color = backgroundPressed, borderHovered: Color = backgroundHovered): IntUiIconButtonColors