Skip to content

Commit

Permalink
fix: webkit-appearance: none for ButtonContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
asheerrizvi committed Jul 2, 2022
1 parent e158b0f commit 3eefc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const ButtonContainer: string & StyledComponentBase<any, {}, ButtonContai
const fontColor = getFontColorFromVariant(variant, color, colors.background, colors.grayDark);
return `
-webkit-appearance: none;
display: inline-flex;
align-items: baseline;
position: relative;
Expand Down

0 comments on commit 3eefc91

Please sign in to comment.