Increase readability of disappearing messages info text in dark mode

This commit is contained in:
Evan Hahn 2021-03-18 11:44:15 -05:00 committed by Josh Perez
parent 3eaa47ec72
commit 86530c3dc9
1 changed files with 8 additions and 1 deletions

View File

@ -3288,8 +3288,15 @@ button.module-conversation-details__action-button {
&__info {
@include font-body-2;
color: $color-gray-60;
margin-top: 4px;
@include light-theme {
color: $color-gray-60;
}
@include dark-theme {
color: $color-gray-25;
}
}
&__right {