From 2d814605ec829f2d06a8f64cd91072e3d8b5bebe Mon Sep 17 00:00:00 2001 From: fritzschoff Date: Sun, 12 Jun 2022 19:18:19 +0100 Subject: [PATCH] fix(button): background clip text doesnt work on safari when wrapped in flex box --- src/components/Button/Button.tsx | 2 +- src/styles/_components.scss | 4 +-- yarn.lock | 47 ++------------------------------ 3 files changed, 6 insertions(+), 47 deletions(-) diff --git a/src/components/Button/Button.tsx b/src/components/Button/Button.tsx index e30d381f0..a35ebba4d 100644 --- a/src/components/Button/Button.tsx +++ b/src/components/Button/Button.tsx @@ -52,7 +52,7 @@ export const Button: React.FC = ({ disabled={disabled || loading} {...props} > -
+
{loading && (