From 8707f6d055d3f978279b751bf00d94a52ef90703 Mon Sep 17 00:00:00 2001 From: Aleix Date: Tue, 29 Oct 2024 16:31:22 +0100 Subject: [PATCH] fix: Logo alignment (#2237) --- catalog/ui/src/app/components/UserInterfaceLogo.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/catalog/ui/src/app/components/UserInterfaceLogo.tsx b/catalog/ui/src/app/components/UserInterfaceLogo.tsx index c0e7d4d6f..806c44f64 100644 --- a/catalog/ui/src/app/components/UserInterfaceLogo.tsx +++ b/catalog/ui/src/app/components/UserInterfaceLogo.tsx @@ -6,10 +6,16 @@ const UserInterfaceLogo: React.FC< onClick?: () => void; theme: 'dark' | 'light200'; } & React.HTMLAttributes -> = ({ onClick, theme = 'dark', ...rest }) => { +> = ({ onClick, theme = 'dark', style = {}, ...rest }) => { const { userInterface } = useSession().getSession(); return ( - +