From 9dd3d5494b8d30a648c3a94940b65cfcf485e022 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 4 Nov 2021 23:08:44 +0000 Subject: [PATCH] Fix error color in dark mode --- beta/src/styles/sandpack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/styles/sandpack.css b/beta/src/styles/sandpack.css index 4e03b084b..78d914bd7 100644 --- a/beta/src/styles/sandpack.css +++ b/beta/src/styles/sandpack.css @@ -85,7 +85,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] { } .sp-code-editor .cm-errorLine { - background-color: #fff0f0; + background-color: rgba(255, 107, 99, 0.10); position: relative; }