New header and backgroud style

This commit is contained in:
Jose Selesan
2026-05-04 14:33:58 -03:00
parent 38b2294aad
commit 546a020003
17 changed files with 636 additions and 283 deletions

View File

@@ -90,7 +90,7 @@ function DialogFooter({
<div
data-slot="dialog-footer"
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 border-t bg-green-50/70 p-4 sm:flex-row sm:justify-end dark:bg-muted/50',
className
)}
{...props}