We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0e018 commit 4f2e186Copy full SHA for 4f2e186
app/src/components/left/CreateMenu.tsx
@@ -266,7 +266,9 @@ const CreateMenu = (props): JSX.Element => {
266
])}
267
<FormGroup>
268
<Box display="flex" alignItems="center" justifyContent="center">
269
- <p className="smallerText">HTML</p>
+ <p className="smallerText" id="HTML-switch">
270
+ HTML
271
+ </p>
272
<Switch
273
checked={MUIMode}
274
onChange={() => setMUIMode(!MUIMode)}
app/src/public/styles/style.css
@@ -266,11 +266,14 @@ span.material-symbols-outlined {
font-size: 0.8rem;
}
+.smallerText #HTML-switch {
+ color: #a9a9a9;
+}
+
.orangeText {
color: #f08c00;
275
276
#MUIItem:hover {
- background-color: #474545a8;
277
278
279
0 commit comments