Swap the color of diagnostic underlines to fix low contrast issue.

Nate Butler created

Change summary

styles/src/styleTree/editor.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

styles/src/styleTree/editor.ts 🔗

@@ -32,8 +32,8 @@ export default function editor(colorScheme: ColorScheme) {
         }),
       },
       message: {
-        text: text(layer, "sans", styleSet, "inverted", { size: "sm" }),
-        highlightText: text(layer, "sans", styleSet, "inverted", {
+        text: text(layer, "sans", styleSet, "default", { size: "sm" }),
+        highlightText: text(layer, "sans", styleSet, "default", {
           size: "sm",
           weight: "bold",
         }),