Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(background: Color = Color.Unspecified, backgroundDisabled: Color = IntUiDarkTheme.colors.grey(3), backgroundSelected: Color = IntUiDarkTheme.colors.blue(6), content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentSelected: Color = content): IntUiCheckboxColors
Link copied to clipboard
@Composable
fun light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundSelected: Color = IntUiLightTheme.colors.blue(4), content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentSelected: Color = content): IntUiCheckboxColors