Skip to content

Commit

Permalink
fix: match padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Jan 15, 2024
1 parent 91978af commit 8c53585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const IconSection = styled(IconButton, {
const OptionsSection = styled(IconButton, {
w: 'unset',
h: '$14',
p: '$4',
p: '$4 $2',
r: '$1',
borderTopLeftRadius: 0,
borderColor: '$border_bright',
Expand Down

0 comments on commit 8c53585

Please sign in to comment.