When I use .normal StyleType it works as expected, but by setting .highlighted causes it to change to "all" foreground color
Below is my code for the more tag:
let more = Style("more").font(Font.UI.Assessment.highlightedText) .underlineStyle(.single) .foregroundColor(Color.UI.tintColor, .highlighted)
When I use .normal
StyleType
it works as expected, but by setting .highlighted causes it to change to "all" foreground colorBelow is my code for the more tag:
let more = Style("more").font(Font.UI.Assessment.highlightedText) .underlineStyle(.single) .foregroundColor(Color.UI.tintColor, .highlighted)