fix: fix dialog footer mobile layout

This commit is contained in:
p-sw 2024-06-02 07:58:38 +09:00
parent 45fce41440
commit 5ab51c94b3

View File

@ -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",