compose: Update colors for draft popover.

This commit is contained in:
Karl Stolley 2024-10-10 13:19:42 -05:00 committed by Tim Abbott
parent 62b17217f5
commit 16b8c7562a
1 changed files with 2 additions and 3 deletions

View File

@ -1151,9 +1151,8 @@ textarea.new_message_textarea {
.unread_count {
margin: 1px 0 0 6px;
border: 0.5px solid var(--color-border-unread-counter);
background-color: unset;
color: inherit;
background-color: var(--color-background-unread-counter-quiet);
color: var(--color-unread-counter-quiet);
}
}