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; }