Skip to content

Commit

Permalink
use value in BR table
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Nov 28, 2024
1 parent 59649ad commit c7453cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/components/Tokens/TokenList/TokenList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const TokensTable = ({ tokens }: TokenTableProps) => {
<Table.Cell>{pxSize}</Table.Cell>
<Table.Cell>
{isBorderRadius ? (
<TokenBorderRadius value={pxSize} />
<TokenBorderRadius value={value} />
) : (
<TokenSize value={pxSize} />
)}
Expand Down

0 comments on commit c7453cf

Please sign in to comment.