Use Label's base style underline when no highlights are provided
This commit is contained in:
@@ -55,7 +55,7 @@ impl Label {
|
||||
RunStyle {
|
||||
font_id,
|
||||
color: self.style.text.color,
|
||||
underline: false,
|
||||
underline: self.style.text.underline,
|
||||
}
|
||||
)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user