Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(background: Brush = SolidColor(IntUiDarkTheme.colors.grey(2)), backgroundDisabled: Brush = SolidColor(IntUiDarkTheme.colors.grey(5)), backgroundFocused: Brush = background, backgroundPressed: Brush = background, backgroundHovered: Brush = background, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = IntUiDarkTheme.colors.grey(6), borderFocused: Color = Color.Unspecified, borderPressed: Color = IntUiDarkTheme.colors.grey(7), borderHovered: Color = borderPressed): IntUiChipColors
Link copied to clipboard
@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: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(6), borderFocused: Color = Color.Unspecified, borderPressed: Color = IntUiLightTheme.colors.grey(7), borderHovered: Color = IntUiLightTheme.colors.grey(8)): IntUiChipColors