Remove underline from diagnostic source

This commit is contained in:
Julia 2023-05-01 13:15:41 -04:00
parent 4966a4a681
commit 40ab5c1fb9

View File

@ -40,7 +40,7 @@ export default function HoverPopover(colorScheme: ColorScheme) {
padding: { top: 4 },
},
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
}
}