Fix full-dark suggestion color
This commit is contained in:
parent
ffd684b330
commit
e759258b5b
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@ textarea {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .compose-form__warning {
|
.compose-form .compose-form__warning,
|
||||||
|
.reply-indicator__content,
|
||||||
|
.reply-indicator__display-name,
|
||||||
|
.reply-indicator__cancel,
|
||||||
|
.autosuggest-textarea__suggestions__item {
|
||||||
color: $ui-base-color;
|
color: $ui-base-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue