Fix incorrect icon for dark theme message buttons, on hover
This commit is contained in:
parent
4b6b9cce01
commit
0f85335af1
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
@include dark-theme {
|
||||
@include color-svg($dark-icon, $color-gray-45);
|
||||
&:hover {
|
||||
@include color-svg($light-icon, $color-gray-02);
|
||||
@include color-svg($dark-icon, $color-gray-02);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue