Fix group call notification color in light-theme

This commit is contained in:
Fedor Indutny 2021-04-27 13:03:50 -07:00 committed by GitHub
parent 863e700325
commit bc5595801c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2499,7 +2499,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
text-align: center;
@include light-theme {
color: $color-gray-90;
color: $color-gray-60;
}
@include dark-theme {
color: $color-gray-05;
@ -2531,7 +2531,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
text-align: center;
@include light-theme {
color: $color-gray-90;
color: $color-gray-60;
}
@include dark-theme {
color: $color-gray-05;