fix: fix dialog footer mobile layout
This commit is contained in:
parent
45fce41440
commit
5ab51c94b3
@ -376,7 +376,7 @@ const DialogSubtitle = React.forwardRef<
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const [dialogFooterVariant, resolveDialogFooterVariant] = vcn({
|
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: {
|
variants: {
|
||||||
gap: {
|
gap: {
|
||||||
sm: "gap-2",
|
sm: "gap-2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user