From 4c3854c2e4c5415c501497f9c556d2b9fef97fd0 Mon Sep 17 00:00:00 2001 From: Martin Benedikt Busch Date: Tue, 6 Aug 2024 11:28:01 +0200 Subject: [PATCH] add formating changes --- packages/berlin/src/components/header/Header.tsx | 4 +++- .../src/components/zupass-button/ZupassLoginButton.tsx | 8 ++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/berlin/src/components/header/Header.tsx b/packages/berlin/src/components/header/Header.tsx index b959c5ad..5374b5d2 100644 --- a/packages/berlin/src/components/header/Header.tsx +++ b/packages/berlin/src/components/header/Header.tsx @@ -69,7 +69,9 @@ export default function Header() { ) : ( - Login + + Login + )} diff --git a/packages/berlin/src/components/zupass-button/ZupassLoginButton.tsx b/packages/berlin/src/components/zupass-button/ZupassLoginButton.tsx index e7b6f735..50b6d519 100644 --- a/packages/berlin/src/components/zupass-button/ZupassLoginButton.tsx +++ b/packages/berlin/src/components/zupass-button/ZupassLoginButton.tsx @@ -16,6 +16,7 @@ import { useNavigate } from 'react-router-dom'; type ZupassLoginButtonProps = { $variant?: 'contained' | 'link'; children: React.ReactNode; + style?: React.CSSProperties; }; const POPUP_URL = window.location.origin + '/popup'; @@ -81,12 +82,7 @@ function ZupassLoginButton({ children, $variant, ...props }: ZupassLoginButtonPr return ( <> -