Fix incorrect icon for dark theme message buttons, on hover

This commit is contained in:
Evan Hahn 2022-03-08 15:55:48 -06:00 committed by GitHub
parent 4b6b9cce01
commit 0f85335af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}