fix: like/bookmark button is disappeared (#2327)

This commit is contained in:
lazzzis 2023-08-12 03:25:24 -07:00 committed by GitHub
parent 221a6f2fc3
commit e9a02ca337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ useCommand({
'group-focus-visible:ring': '2 current',
}"
>
<div :class="active && activeIcon ? activeIcon : (disabled ? inactiveIcon : icon)" />
<div :class="active && activeIcon ? activeIcon : (disabled && inactiveIcon ? inactiveIcon : icon)" />
</div>
</CommonTooltip>