fix(favorites): change inactive heart color to grey
This commit is contained in:
@ -95,7 +95,7 @@ async function handleToggle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
color: #e91e63;
|
color: #9ca3af;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -103,6 +103,7 @@ async function handleToggle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.favorite-btn.is-favorite .heart-icon {
|
.favorite-btn.is-favorite .heart-icon {
|
||||||
|
color: #e91e63;
|
||||||
animation: heartBeat 0.5s ease;
|
animation: heartBeat 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user