refactor(dialog/DialogFooter): move gap to base
This commit is contained in:
parent
b5e35aa905
commit
c08a81badd
@ -334,17 +334,9 @@ DialogSubtitle.displayName = "DialogSubtitle";
|
||||
*/
|
||||
|
||||
const [dialogFooterVariant, resolveDialogFooterVariant] = vcn({
|
||||
base: "flex w-full flex-col items-end sm:flex-row sm:items-center sm:justify-end",
|
||||
variants: {
|
||||
gap: {
|
||||
sm: "gap-2",
|
||||
md: "gap-4",
|
||||
lg: "gap-6",
|
||||
},
|
||||
},
|
||||
defaults: {
|
||||
gap: "md",
|
||||
},
|
||||
base: "flex w-full flex-col items-end sm:flex-row sm:items-center sm:justify-end gap-2",
|
||||
variants: {},
|
||||
defaults: {},
|
||||
});
|
||||
|
||||
interface DialogFooterProps
|
||||
|
Loading…
x
Reference in New Issue
Block a user