From a08fbf1ec810133ded84962343f6bdce4db320e3 Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 5 Jun 2025 22:19:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8A=BD=E5=B1=89=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=87=E9=A2=98=E5=92=8C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BB=A5=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/player/PlayingListDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/player/PlayingListDrawer.vue b/src/renderer/components/player/PlayingListDrawer.vue index 06a593c..fe6c330 100644 --- a/src/renderer/components/player/PlayingListDrawer.vue +++ b/src/renderer/components/player/PlayingListDrawer.vue @@ -194,7 +194,7 @@ const handleDeleteSong = (song: SongResult) => { } .title { - @apply text-base font-medium; + @apply text-base font-medium text-gray-800 dark:text-gray-200; } .header-actions { @@ -203,7 +203,7 @@ const handleDeleteSong = (song: SongResult) => { .action-btn, .close-btn { - @apply w-8 h-8 flex items-center justify-center rounded-full cursor-pointer mx-1; + @apply w-8 h-8 flex items-center justify-center rounded-full cursor-pointer mx-1 text-gray-800 dark:text-gray-200; @apply hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors; .iconfont {