mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove underline from diagnostic source
This commit is contained in:
parent
4966a4a681
commit
40ab5c1fb9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default function HoverPopover(colorScheme: ColorScheme) {
|
||||||
padding: { top: 4 },
|
padding: { top: 4 },
|
||||||
},
|
},
|
||||||
prose: text(layer, "sans", { size: "sm" }),
|
prose: text(layer, "sans", { size: "sm" }),
|
||||||
diagnosticSourceHighlight: { underline: true, color: foreground(layer, "accent") },
|
diagnosticSourceHighlight: { color: foreground(layer, "accent") },
|
||||||
highlight: colorScheme.ramps.neutral(0.5).alpha(0.2).hex(), // TODO: blend was used here. Replace with something better
|
highlight: colorScheme.ramps.neutral(0.5).alpha(0.2).hex(), // TODO: blend was used here. Replace with something better
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue