Skip to content

Commit 0a847fd

Browse files
committed
live-web-edit: Updated error-box style.
1 parent 421bf1f commit 0a847fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/live-web-edit/view/workspace/style/workspaceview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
&SplitLayout &SplitPane .error-box.show{
18-
@apply bg-[rgb(105,28,35)] p-1 border border-[#717171];
18+
@apply bg-[rgb(105,28,35)] p-1 border border-[#717171] text-[#e1e1e1];
1919
}
2020
&SplitLayout &SplitPane .error-box .error{
2121
@apply p-2;

0 commit comments

Comments
 (0)