Skip to content

Commit 6912333

Browse files
authored
[QA-1794] Reset padding for Safari buttons (#10279)
1 parent bcb9c7c commit 6912333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/harmony/src/components/button/BaseButton/BaseButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export const BaseButton = forwardRef<HTMLButtonElement, BaseButtonProps>(
6262
textAlign: 'center',
6363
userSelect: 'none',
6464
whiteSpace: 'nowrap',
65+
paddingInline: 0,
66+
'-webkit-padding': 0,
6567
transition: `
6668
transform ${motion.hover},
6769
border-color ${motion.hover},

0 commit comments

Comments
 (0)