style: 优化播放列表抽屉样式,调整标题和按钮颜色以提升可读性

This commit is contained in:
alger
2025-06-05 22:19:55 +08:00
parent edd393c8ac
commit a08fbf1ec8

View File

@@ -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 {