Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(content: Color = IntUiDarkTheme.colors.blue(9), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content, iconTint: Color = Color.Unspecified, iconTintDisabled: Color = IntUiDarkTheme.colors.grey(6)): IntUiLinkColors
Link copied to clipboard
@Composable
fun light(content: Color = IntUiLightTheme.colors.blue(2), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content, iconTint: Color = Color.Unspecified, iconTintDisabled: Color = IntUiLightTheme.colors.grey(9)): IntUiLinkColors