fix: Disable <a> as button showing default button styles in Safari only, closes #3101
This commit is contained in:
@@ -26,6 +26,7 @@ const RealButton = styled.button<{
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
appearance: none !important;
|
||||
|
||||
${(props) =>
|
||||
!props.borderOnHover &&
|
||||
|
||||
Reference in New Issue
Block a user