We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9a99f commit 8a09dd8Copy full SHA for 8a09dd8
1 file changed
apps/signage-manager/src/app/media/playlist-sidebar.component.ts
@@ -56,7 +56,7 @@ type PlaylistStatus = 'expired' | 'pending' | 'awaiting_approval' | null;
56
matRipple
57
>
58
<div
59
- class="border-base-200 relative h-12 w-12 shrink-0 overflow-hidden rounded-md border"
+ class="relative h-12 w-12 shrink-0 overflow-hidden rounded-md"
60
61
@if (
62
playlist_thumbnail_media()[playlist.id]
0 commit comments