Skip to content

Commit c9d8f02

Browse files
committed
fix(Dialog): reverse the order of buttons * 2
1 parent 32d9a73 commit c9d8f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const DialogContent = forwardRef(function DialogContent(
264264
styles: {
265265
display: 'flex',
266266
gap: '1x',
267-
flow: 'row',
267+
flow: 'row-reverse',
268268
placeItems: 'baseline stretch',
269269
placeContent: 'space-between',
270270
padding: '$dialog-footer-v $dialog-padding-h',

0 commit comments

Comments
 (0)