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