light

@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