File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1654,8 +1654,8 @@ function LikeButton({video}) {
1654
1654
< button
1655
1655
data-hover = "LikeButton"
1656
1656
className = { cn (
1657
- 'outline-none focus:bg-red-50/5 focus:text-red-50 relative flex items-center justify-center w-10 h-10 cursor-pointer rounded-full text-tertiary hover:bg-card active:scale-95 active:bg-red-50/5 active:text-red-50' ,
1658
- isLiked && 'text-red-50'
1657
+ 'outline-none focus:bg-red-50/5 focus:text-red-50 relative flex items-center justify-center w-10 h-10 cursor-pointer rounded-full hover:bg-card active:scale-95 active:bg-red-50/5 active:text-red-50' ,
1658
+ isLiked ? 'text-red-50' : 'text-tertiary '
1659
1659
) }
1660
1660
aria-label = { isLiked ? 'Unsave' : 'Save' }
1661
1661
onClick = { ( ) => {
You can’t perform that action at this time.
0 commit comments