Tweak selected conversation color in light mode

This commit is contained in:
Evan Hahn 2021-10-13 13:43:30 -05:00 committed by GitHub
parent f60e9b9c9f
commit 99b4e8680f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5807,7 +5807,7 @@ button.module-image__border-overlay:focus {
&--is-selected {
@include light-theme {
background-color: $color-black-alpha-12;
background-color: $color-gray-15;
}
@include dark-theme {
background-color: $color-white-alpha-12;