mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
Update frontends/nextjs/src/components/ui/organisms/dialogs/Sheet/Header.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -41,14 +41,11 @@ const SheetFooter = forwardRef<HTMLDivElement, SheetFooterProps>(
|
||||
ref={ref}
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column-reverse',
|
||||
flexDirection: { xs: 'column-reverse', sm: 'row' },
|
||||
gap: 1,
|
||||
pt: 2,
|
||||
mt: 'auto',
|
||||
sm: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'flex-end',
|
||||
},
|
||||
justifyContent: { sm: 'flex-end' },
|
||||
}}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user