Skip to content

Commit c3333de

Browse files
authored
docs(ActionBar): button order (#4710)
1 parent cfc595a commit c3333de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/pages/components/action-bar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const getStaticProps = async ({ params }) => {
2222
<HvActionBar className="gap-xs">
2323
<HvButton variant="secondaryGhost">Reset</HvButton>
2424
<div className="flex-1" aria-hidden="true" />
25-
<HvButton variant="primary">Save</HvButton>
2625
<HvButton variant="subtle">Cancel</HvButton>
26+
<HvButton variant="primary">Save</HvButton>
2727
</HvActionBar>
2828
```
2929

0 commit comments

Comments
 (0)