Skip to content

Commit 9dd3d54

Browse files
committed
Fix error color in dark mode
1 parent d51f706 commit 9dd3d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/styles/sandpack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
8585
}
8686

8787
.sp-code-editor .cm-errorLine {
88-
background-color: #fff0f0;
88+
background-color: rgba(255, 107, 99, 0.10);
8989
position: relative;
9090
}
9191

0 commit comments

Comments
 (0)