fix: Disable <a> as button showing default button styles in Safari only, closes #3101

This commit is contained in:
Tom Moor
2022-02-12 09:01:11 -08:00
parent 7807e3ac03
commit 0c716bf974

View File

@@ -26,6 +26,7 @@ const RealButton = styled.button<{
flex-shrink: 0;
cursor: pointer;
user-select: none;
appearance: none !important;
${(props) =>
!props.borderOnHover &&