UX code mirror button colors (#1792)

This commit is contained in:
Prakash Senthil Vel
2022-04-04 19:18:02 +00:00
committed by GitHub
parent 1d362aceaf
commit c18c843d03

View File

@@ -219,6 +219,7 @@ const CodeMirrorWrapper = ({
}}
>
<Box
className={isDarkTheme ? "dark-theme" : ""}
sx={{
display: "flex",
alignItems: "center",
@@ -233,6 +234,10 @@ const CodeMirrorWrapper = ({
marginLeft: "0",
},
},
"&.dark-theme button": {
background: "#FFFFFF",
},
}}
>
<RBIconButton