Skip to content

Commit

Permalink
fix: Fix access to the contentPaddingX token
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed May 17, 2024
1 parent aa9809d commit d066ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panda-preset/patterns/textContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const textContent: PatternConfig = {
'& :is(p > img, p > a > img, figure > img, figure > a > img)': {
height: 'auto',
maxWidth: {
base: 'calc(100% + token(contentPaddingX) * 2)',
base: 'calc(100% + token(spacing.contentPaddingX) * 2)',
tablet: '100%',
},
marginInline: {
Expand Down

0 comments on commit d066ffe

Please sign in to comment.