light

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