Skip to content

Commit 597f10f

Browse files
Update switch background color for light theme
1 parent 1659186 commit 597f10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CodeEditor/editor-themes/themesCdasBrowser.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const themeCdasBrowserDark = {
55
colorBg400: "#3a3d3d",
66
colorBg500: "#3a3d3d",
77
colorBg600: "#333636",
8-
colorPrimary500: "#585867",
8+
colorPrimary500: "#b6bf00",
99
colorPrimary600: "rgba(182,191,0,.7)",
1010
colorText500: "#101119",
1111
switchHeight: "20px",
@@ -18,7 +18,7 @@ export const themeCdasBrowserLight = {
1818
colorBg500: "#ffffff",
1919
colorBg600: "#f4f4f4",
2020
colorUI500: "#363636",
21-
colorPrimary500: "#b6bf00",
21+
colorPrimary500: "#585867",
2222
colorPrimary600: "#6d7300",
2323
colorText500: "#101119",
2424
switchHeight: "20px",

0 commit comments

Comments
 (0)