mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Use Label's base style underline
when no highlights are provided
This commit is contained in:
parent
8be85fd8de
commit
8cf16c6ecc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ impl Label {
|
|||
RunStyle {
|
||||
font_id,
|
||||
color: self.style.text.color,
|
||||
underline: false,
|
||||
underline: self.style.text.underline,
|
||||
}
|
||||
)];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue