Skip to content

Commit

Permalink
feat: variants header
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Oct 26, 2023
1 parent 96f3895 commit e293dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Box/Box.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ import Overview from '../../storybook/Overview';

## Variants

Most common use of box can be represented below with spacing, background colors etc.

### Box Padding (All sides)

All application below comes with a default margin bottom '5' which is 12px
Expand Down
2 changes: 1 addition & 1 deletion src/storybook/Typography/Typography.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const TypographyWrapper = (theme: Theme) =>
css`
margin-top: 35px;
display: grid;
&:after {
&:not(#variants):after {
content: '';
margin: 16px 0;
background: ${theme.tokens.colors.get('borderColor.decorative.muted')};
Expand Down

0 comments on commit e293dc9

Please sign in to comment.