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 8aa4459 commit 32d9a73Copy full SHA for 32d9a73
src/components/overlays/Dialog/Dialog.stories.tsx
@@ -114,7 +114,7 @@ const Template: StoryFn<
114
<Paragraph>Test content</Paragraph>
115
116
</Content>
117
- <Footer>
+ <Footer align="end">
118
<Button.Group align="end">
119
<Button onPress={close}>Cancel</Button>
120
<Button onPress={close}>Sec</Button>
@@ -145,7 +145,7 @@ const TemplateWithInput: StoryFn<
145
<Content>
146
<TextInput autoFocus label="Text input" />
147
148
149
150
151
0 commit comments