Skip to content

Commit eb7085f

Browse files
committed
Adjusted colors of the input area
1 parent d7fb6df commit eb7085f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/LeftColExpansionPanel.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,15 @@ function styles(): object {
313313
light: {
314314
color: '#eee',
315315
'&:hover': {
316-
color: '#1de9b6',
316+
color: '#fff',
317317
},
318318
},
319319
inputLabel: {
320320
fontSize: '16px',
321321
color: '#fff',
322+
'&.Mui-focused': {
323+
color: '#fff',
324+
},
322325
},
323326
text: {
324327
'& .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline': {

0 commit comments

Comments
 (0)