diff --git a/apps/music/frontend/src/views/PlayerView.vue b/apps/music/frontend/src/views/PlayerView.vue
index 246b63d..cbed67a 100644
--- a/apps/music/frontend/src/views/PlayerView.vue
+++ b/apps/music/frontend/src/views/PlayerView.vue
@@ -44,6 +44,13 @@
:class="{ active: activeTagName === t.name }"
@click="setTag(t.name)"
>{{ t.name }}{{ t.count }}
+
+
@@ -54,12 +61,6 @@
-
@@ -1402,17 +1403,13 @@ onBeforeUnmount(() => {
border-color: var(--accent-strong);
color: var(--accent);
}
-.sort-bar .fav-toggle {
+.fav-chip {
margin-left: auto;
- border-radius: 4px !important;
- border-right-width: 1px !important;
- font-size: 14px;
- padding: 4px 8px;
}
-.sort-bar .fav-toggle.active {
- color: #f5b800;
- border-color: #f5b800;
- background: rgba(245, 184, 0, 0.12);
+.fav-chip.active {
+ color: #f5b800 !important;
+ border-color: #f5b800 !important;
+ background: rgba(245, 184, 0, 0.14) !important;
}
.row-fav {