UX code mirror button colors (#1792)
This commit is contained in:
committed by
GitHub
parent
1d362aceaf
commit
c18c843d03
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user