From 0c716bf974c5d3de325a8bc605784d0bc1e686ef Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 12 Feb 2022 09:01:11 -0800 Subject: [PATCH] fix: Disable as button showing default button styles in Safari only, closes #3101 --- app/components/Button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Button.tsx b/app/components/Button.tsx index 6e68961f1..c55b30a82 100644 --- a/app/components/Button.tsx +++ b/app/components/Button.tsx @@ -26,6 +26,7 @@ const RealButton = styled.button<{ flex-shrink: 0; cursor: pointer; user-select: none; + appearance: none !important; ${(props) => !props.borderOnHover &&