Fix text color on darkmode
This commit is contained in:
parent
cf23149ab4
commit
9ea89f7b1b
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
font-family: inherit !important;
|
font-family: inherit !important;
|
||||||
font-weight: inherit !important;
|
font-weight: inherit !important;
|
||||||
font-size: inherit !important;
|
font-size: inherit !important;
|
||||||
|
color: var(--color-text) !important;
|
||||||
|
|
||||||
.MuiOutlinedInput-notchedOutline {
|
.MuiOutlinedInput-notchedOutline {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -11,7 +12,6 @@
|
||||||
.create__comment {
|
.create__comment {
|
||||||
@extend textarea;
|
@extend textarea;
|
||||||
|
|
||||||
color: var(--color-text) !important;
|
|
||||||
min-height: calc(var(--height-input) * 1.5) !important;
|
min-height: calc(var(--height-input) * 1.5) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue