Skip to content

Commit

Permalink
Merge pull request #7 from gsoft-inc/feature/OR-125
Browse files Browse the repository at this point in the history
Feature/or 125
  • Loading branch information
fraincs authored Oct 11, 2023
2 parents 545c7d4 + 1bd4a40 commit c4cd941
Show file tree
Hide file tree
Showing 16 changed files with 174 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .storybook/styles/chromatic.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*,
*::before,
*::after {
font-family: Arial;
font-family: Arial !important;
}
10 changes: 10 additions & 0 deletions packages/components/src/button/docs/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ Tertiary buttons are used for actions that need to be there but that we don't wa
</Story>
</Preview>

#### Upsell

<Preview>
<Story name="upsell">
<Inline>
<Button variant="upsell">Upsell</Button>
</Inline>
</Story>
</Preview>

#### Negative

Negative buttons are used for actions that would result in a deletion or another non recoverable negative action. These are mostly useful in modals.
Expand Down
Loading

0 comments on commit c4cd941

Please sign in to comment.