Skip to content

Commit 2115afa

Browse files
committed
fix(Dialog): reverse the order of buttons * 3
1 parent c9d8f02 commit 2115afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overlays/NewNotifications/Notifications.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ export const NotificationWithDialog: StoryFn<CubeNotificationProps> = (
280280
</Content>
281281
<Footer>
282282
<Button.Group>
283-
<Button type="primary">Action</Button>
284283
<Button>Cancel</Button>
284+
<Button type="primary">Action</Button>
285285
</Button.Group>
286286
</Footer>
287287

0 commit comments

Comments
 (0)