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}) {
16541654 < button
16551655 data-hover = "LikeButton"
16561656 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 '
16591659 ) }
16601660 aria-label = { isLiked ? 'Unsave' : 'Save' }
16611661 onClick = { ( ) => {
You can’t perform that action at this time.
0 commit comments