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