Fix full-dark suggestion color

This commit is contained in:
KMY 2023-09-12 18:02:16 +09:00
parent ffd684b330
commit e759258b5b

View file

@ -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;
} }