Fix group call notification color in light-theme
This commit is contained in:
parent
863e700325
commit
bc5595801c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue