We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9a73 commit c9d8f02Copy full SHA for c9d8f02
src/components/overlays/Dialog/Dialog.tsx
@@ -264,7 +264,7 @@ const DialogContent = forwardRef(function DialogContent(
264
styles: {
265
display: 'flex',
266
gap: '1x',
267
- flow: 'row',
+ flow: 'row-reverse',
268
placeItems: 'baseline stretch',
269
placeContent: 'space-between',
270
padding: '$dialog-footer-v $dialog-padding-h',
0 commit comments