style: adjusted Tooltip theme for VideoCard

This commit is contained in:
Hakadao
2023-08-18 00:30:06 +08:00
parent 3fa12d3f98
commit 51ab1d79cd
2 changed files with 3 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ function handleUnfavorite(favoriteResource: FavoriteResource) {
duration-300
@click.stop="handleUnfavorite(item)"
>
<Tooltip :content="$t('favorites.unfavorite')" placement="bottom">
<Tooltip :content="$t('favorites.unfavorite')" placement="bottom" type="dark">
<ic-baseline-clear />
</Tooltip>
</button>