Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(background: Color = Color.Unspecified, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = IntUiDarkTheme.colors.grey(5), backgroundHovered: Color = IntUiDarkTheme.colors.grey(3), border: Color = background, borderDisabled: Color = border, borderFocused: Color = IntUiDarkTheme.colors.blue(6), borderPressed: Color = backgroundPressed, borderHovered: Color = backgroundHovered): IntUiIconButtonColors
Link copied to clipboard
@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