mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
优化 NavbarThemeSwitcher 组件,更新主题图标为水平渐变,以提升视觉一致性。同时,调整 ShortcutBar 组件中的图标颜色为主色,增强用户体验。
This commit is contained in:
@@ -178,7 +178,7 @@ onMounted(() => {
|
||||
@click="openDialog(item.dialogRef)"
|
||||
>
|
||||
<VAvatar variant="tonal" size="48" class="me-4" rounded="lg">
|
||||
<VIcon :icon="item.icon" size="24" />
|
||||
<VIcon color="primary" :icon="item.icon" size="24" />
|
||||
</VAvatar>
|
||||
<div>
|
||||
<div class="text-body-1 text-high-emphasis font-weight-medium">{{ item.title }}</div>
|
||||
|
||||
Reference in New Issue
Block a user