Skip to content

Commit

Permalink
Fix full-dark suggestion color
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 12, 2023
1 parent ffd684b commit e759258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/javascript/styles/full-dark/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ textarea {
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;
}

Expand Down

0 comments on commit e759258

Please sign in to comment.