Skip to content

Commit

Permalink
fix: match audi,/video button borders, padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Jan 16, 2024
1 parent 188fdad commit dc6da27
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const IconSection = styled(IconButton, {
p: '$4',
r: '$1',
borderTopRightRadius: 0,
borderColor: '$border_default',
borderColor: '$border_bright',
borderBottomRightRadius: 0,
position: 'relative',
'&:not([disabled]):focus-visible': {
Expand All @@ -28,10 +28,10 @@ const IconSection = styled(IconButton, {
const OptionsSection = styled(IconButton, {
w: 'unset',
h: '$14',
p: '$4',
p: '$4 $2',
r: '$1',
borderTopLeftRadius: 0,
borderColor: '$border_default',
borderColor: '$border_bright',
borderBottomLeftRadius: 0,
borderLeftWidth: 0,
position: 'relative',
Expand Down

1 comment on commit dc6da27

@vercel
Copy link

@vercel vercel bot commented on dc6da27 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.