Skip to content

Commit c9f2a1e

Browse files
committed
add a border to image preview
1 parent 1b05036 commit c9f2a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtfdig/src/components/ImagePreview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Modal
3131
open={imageOpenState}
3232
onOpenChange={(e) => (imageOpenState = e.open)}
33-
contentBase="card bg-surface-100-900 p-4 space-y-4 shadow-xl flex flex-col"
33+
contentBase="card bg-surface-100-900 p-4 space-y-4 shadow-xl flex flex-col border border-surface-600"
3434
backdropClasses="backdrop-blur-sm"
3535
zIndex={"3000"}
3636
>

0 commit comments

Comments
 (0)