9 lines
175 B
SCSS
9 lines
175 B
SCSS
input,
|
|
textarea {
|
|
background: $ui-base-color !important;
|
|
color: $primary-text-color !important;
|
|
}
|
|
|
|
.emoji-mart-category-label {
|
|
color: $lighter-text-color !important;
|
|
}
|