Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
chore: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Nov 5, 2024
1 parent 3a2710b commit a42bf75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Spacing.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ const spacingData = [
export const Default: StoryObj = {
render: () => (
<div>
<Text as="p">Name | Size | Pixels</Text>
<Text as="p" style={{ marginBottom: spacing.px }}>
Name | Size | Pixels
</Text>
{spacingData.map((item) => (
<SpacingSwatch
key={item.name}
Expand Down

0 comments on commit a42bf75

Please sign in to comment.