Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Oct 11, 2024
1 parent c52c02d commit de3cfbb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions packages/components/src/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,35 @@ const styles = cva({
},
compoundVariants: [
{
size: ['40', '32'],
size: '40',
placement: 'before',
className: 'pl-3 pr-4',
},
{
size: ['40', '32'],
size: '40',
placement: 'after',
className: 'pl-4 pr-3',
},
{
size: '24',
size: '32',
placement: 'before',
className: 'pl-2 pr-3',
},
{
size: '24',
size: '32',
placement: 'after',
className: 'pl-3 pr-2',
},
{
size: '24',
placement: 'before',
className: 'pl-[6px] pr-[8px]',
},
{
size: '24',
placement: 'after',
className: 'pl-[8px] pr-[6px]',
},
],
})

Expand Down

0 comments on commit de3cfbb

Please sign in to comment.