From 7125b4902417b7fde8d4b54c2ad30fa61ac438bc Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 7 Nov 2025 20:38:36 -0800 Subject: [PATCH] add fade --- src/components/LayoutHeader.tsx | 8 ++++---- src/components/OrgSelector.tsx | 4 ++-- src/components/VerifyEmailForm.tsx | 2 +- src/components/ui/data-table.tsx | 16 ++++++++-------- src/components/ui/dialog.tsx | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/LayoutHeader.tsx b/src/components/LayoutHeader.tsx index 390e24ac..2a724707 100644 --- a/src/components/LayoutHeader.tsx +++ b/src/components/LayoutHeader.tsx @@ -20,11 +20,11 @@ export function LayoutHeader({ showTopBar }: LayoutHeaderProps) { const { isUnlocked } = useLicenseStatusContext(); const logoWidth = isUnlocked() - ? env.branding.logo?.navbar?.width || 98 - : 98; + ? env.branding.logo?.navbar?.width || 118 + : 118; const logoHeight = isUnlocked() - ? env.branding.logo?.navbar?.height || 32 - : 32; + ? env.branding.logo?.navbar?.height || 29.5 + : 29.5; useEffect(() => { function getPath() { diff --git a/src/components/OrgSelector.tsx b/src/components/OrgSelector.tsx index 4a169ae0..0186dae5 100644 --- a/src/components/OrgSelector.tsx +++ b/src/components/OrgSelector.tsx @@ -49,7 +49,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro