Skip to content

Commit

Permalink
Change sx migration guide for padding sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored May 13, 2024
1 parent 0e5b0a3 commit 1828992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/foundations/primitives/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Use these values for the internal `padding` (including `p`, `px`, `py`, `pr`, et
--- | --- | ---
`0` | 0px | `0`
`1` | 4px | `--base-size-4`
`2` | 8px | `--stack-padding-condensed`
`3` | 16px | `--stack-padding-normal`
`4` | 24px | `--stack-padding-spacious`
`2` | 8px | `--base-size-8`
`3` | 16px | `--base-size-16`
`4` | 24px | `--base-size-24`
`5` | 32px | `--base-size-32`
`6` | 40px | `--base-size-40`
`7` | 48px | `--base-size-48`
Expand Down

0 comments on commit 1828992

Please sign in to comment.