diff --git a/src/components/playlist/APlaylistEntryEditor.vue b/src/components/playlist/APlaylistEntryEditor.vue
index 05bef53fbb4e3bf0ef569da689ce92d20235e89d..34d8bc034974463597dd30bf8ab45ce3eaace658 100644
--- a/src/components/playlist/APlaylistEntryEditor.vue
+++ b/src/components/playlist/APlaylistEntryEditor.vue
@@ -1,7 +1,7 @@
 <template>
   <component
     :is="as"
-    class="tw-bg-gray-50 dark:tw-bg-neutral-800 tw-p-3 tw-rounded tw-flex tw-gap-2 tw-items-center"
+    class="tw-bg-gray-50 tw-border dark:tw-bg-neutral-800 dark:tw-border-neutral-700 tw-p-3 tw-rounded tw-flex tw-gap-2 tw-items-center"
   >
     <div>
       <icon-system-uicons-drag-vertical