1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed like count color

This commit is contained in:
Fedor Katurov 2022-01-09 19:41:12 +07:00
parent bc35ab0985
commit 9dc83b0db8

View file

@ -198,7 +198,7 @@
position: relative;
flex: 0 0 32px;
.is_liked {
&.is_liked {
svg {
fill: $red;
}