light

@Composable
fun light(normal: TextStyle = IntUiTheme.defaultLightTextStyle.copy(textDecoration = TextDecoration.Underline), disabled: TextStyle = IntUiTheme.defaultLightTextStyle, focused: TextStyle = normal, pressed: TextStyle = normal, hovered: TextStyle = normal, visited: TextStyle = normal): IntUiLinkTextStyles