We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f830bd3 commit 822ba5dCopy full SHA for 822ba5d
src/lib/dialog/Dialog.svelte
@@ -16,7 +16,7 @@
16
<div class="fixed inset-0 z-10">
17
<div class="flex min-h-full items-center justify-center">
18
<div
19
- class="relative w-full max-w-lg transform overflow-hidden rounded-lg bg-spek-facade-50 shadow-xl transition-all dark:bg-spek-facade-700"
+ class="relative w-full max-w-lg transform rounded-lg bg-spek-facade-50 shadow-xl transition-all dark:bg-spek-facade-700"
20
>
21
<div class="flex flex-col bg-spek-facade-50 dark:bg-spek-facade-700">
22
<div class="flex flex-row border-b p-3">
0 commit comments