update dialog design

This commit is contained in:
bluemoehre
2026-07-01 00:22:58 +02:00
parent 20f858d356
commit 4a48a2e0e3
+1 -1
View File
@@ -100,7 +100,7 @@ function DialogFooter({
<div <div
data-slot="dialog-footer" data-slot="dialog-footer"
className={cn( className={cn(
"-mx-4 -mb-4 flex flex-col-reverse gap-2 rounded-b-xl border-t bg-muted/50 p-4 sm:flex-row sm:justify-end", "-mx-4 -mb-4 flex flex-col-reverse gap-2 rounded-b-xl p-4 sm:flex-row sm:justify-end",
className className
)} )}
{...props} {...props}