Skip to content

Commit 8a09dd8

Browse files
committed
chore(signage-manager): remove border from playlist thumbnails
1 parent 2a9a99f commit 8a09dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/signage-manager/src/app/media/playlist-sidebar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type PlaylistStatus = 'expired' | 'pending' | 'awaiting_approval' | null;
5656
matRipple
5757
>
5858
<div
59-
class="border-base-200 relative h-12 w-12 shrink-0 overflow-hidden rounded-md border"
59+
class="relative h-12 w-12 shrink-0 overflow-hidden rounded-md"
6060
>
6161
@if (
6262
playlist_thumbnail_media()[playlist.id]

0 commit comments

Comments
 (0)