Skip to content

Commit 32d9a73

Browse files
committed
fix(Dialog): examples
1 parent 8aa4459 commit 32d9a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/overlays/Dialog/Dialog.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const Template: StoryFn<
114114
<Paragraph>Test content</Paragraph>
115115
<Paragraph>Test content</Paragraph>
116116
</Content>
117-
<Footer>
117+
<Footer align="end">
118118
<Button.Group align="end">
119119
<Button onPress={close}>Cancel</Button>
120120
<Button onPress={close}>Sec</Button>
@@ -145,7 +145,7 @@ const TemplateWithInput: StoryFn<
145145
<Content>
146146
<TextInput autoFocus label="Text input" />
147147
</Content>
148-
<Footer>
148+
<Footer align="end">
149149
<Button.Group align="end">
150150
<Button onPress={close}>Cancel</Button>
151151
<Button onPress={close}>Sec</Button>

0 commit comments

Comments
 (0)