diff --git a/packages/react/components/Dialog.tsx b/packages/react/components/Dialog.tsx index d293879..29ac1fb 100644 --- a/packages/react/components/Dialog.tsx +++ b/packages/react/components/Dialog.tsx @@ -376,7 +376,7 @@ const DialogSubtitle = React.forwardRef< */ const [dialogFooterVariant, resolveDialogFooterVariant] = vcn({ - base: "flex flex-col-reverse sm:flex-row sm:justify-end", + base: "flex flex-col items-end sm:flex-row sm:items-center sm:justify-end", variants: { gap: { sm: "gap-2",