Fix text color on darkmode

This commit is contained in:
Rafael 2021-12-09 09:39:58 -03:00 committed by Thomas Zarebczan
parent cf23149ab4
commit 9ea89f7b1b

View file

@ -3,6 +3,7 @@
font-family: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
color: var(--color-text) !important;
.MuiOutlinedInput-notchedOutline {
visibility: hidden;
@ -11,7 +12,6 @@
.create__comment {
@extend textarea;
color: var(--color-text) !important;
min-height: calc(var(--height-input) * 1.5) !important;
}
}