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 cfc595a commit c3333deCopy full SHA for c3333de
apps/docs/src/pages/components/action-bar.mdx
@@ -22,8 +22,8 @@ export const getStaticProps = async ({ params }) => {
22
<HvActionBar className="gap-xs">
23
<HvButton variant="secondaryGhost">Reset</HvButton>
24
<div className="flex-1" aria-hidden="true" />
25
- <HvButton variant="primary">Save</HvButton>
26
<HvButton variant="subtle">Cancel</HvButton>
+ <HvButton variant="primary">Save</HvButton>
27
</HvActionBar>
28
```
29
0 commit comments