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