From f54c22abf06f7869242da3e15ba18acc31e1f53c Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Wed, 7 Jun 2023 09:44:03 +0200 Subject: [PATCH] reset button appearance in Safari (#413) --- apps/website/src/styles/global.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index c8b3300a..c8fa22bd 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -116,3 +116,10 @@ h6 { #__next { isolation: isolate; } + +button, +[type='button'], +[type='reset'], +[type='submit'] { + -webkit-appearance: none; +}