From acc59302a5e1bfdbdb33352eca27137086b95c08 Mon Sep 17 00:00:00 2001 From: Christoph Kahl Date: Fri, 3 May 2024 09:54:20 +0200 Subject: [PATCH] update floatingbutton image size --- src/components/floatingButton/FloatingButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/floatingButton/FloatingButton.tsx b/src/components/floatingButton/FloatingButton.tsx index 537082a..2ab39b3 100644 --- a/src/components/floatingButton/FloatingButton.tsx +++ b/src/components/floatingButton/FloatingButton.tsx @@ -25,7 +25,6 @@ const FloatingButton: React.FC = ({ setToggled }) => { ...(logoUrl ? { backgroundImage: `url(${logoUrl})`, - backgroundSize: "contain", } : {}), border: `2px solid ${borderColor}`,