Tweak selected conversation color in light mode
This commit is contained in:
parent
f60e9b9c9f
commit
99b4e8680f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue