Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(contentColor: Color = IntUiDarkTheme.colors.grey(12), backgroundColor: Color = IntUiDarkTheme.colors.grey(2), shadow: Color = Color(0x66000000), borderColor: Color = IntUiDarkTheme.colors.grey(3)): IntUiTooltipColors
Link copied to clipboard
@Composable
fun light(contentColor: Color = IntUiLightTheme.colors.grey(12), backgroundColor: Color = IntUiLightTheme.colors.grey(2), borderColor: Color = backgroundColor, shadow: Color = Color(0x78919191)): IntUiTooltipColors