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 d7fb6df commit eb7085fCopy full SHA for eb7085f
src/components/LeftColExpansionPanel.tsx
@@ -313,12 +313,15 @@ function styles(): object {
313
light: {
314
color: '#eee',
315
'&:hover': {
316
- color: '#1de9b6',
+ color: '#fff',
317
},
318
319
inputLabel: {
320
fontSize: '16px',
321
color: '#fff',
322
+ '&.Mui-focused': {
323
324
+ },
325
326
text: {
327
'& .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline': {
0 commit comments