From 48eee9fac4b4d871f94c185723ad27aa0327e60c Mon Sep 17 00:00:00 2001 From: c0mrade Date: Fri, 6 Feb 2026 03:01:49 +0300 Subject: [PATCH] fix: match header icon sizes for theme toggle and logout buttons Co-Authored-By: Claude Opus 4.6 --- src/components/layout/AppShell/AppShell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 6a0f041..c851e7c 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -359,7 +359,7 @@ export function AppShell({ children }: AppShellProps) { className="rounded-xl border border-dark-700/50 bg-dark-800/50 p-2 text-dark-400 transition-all duration-200 hover:bg-dark-700 hover:text-accent-400" title={isDark ? t('theme.light') || 'Light mode' : t('theme.dark') || 'Dark mode'} > - {isDark ? : } + {isDark ? : } )} @@ -372,7 +372,7 @@ export function AppShell({ children }: AppShellProps) { className="rounded-xl border border-dark-700/50 bg-dark-800/50 p-2 text-dark-400 transition-all duration-200 hover:bg-dark-700 hover:text-accent-400" title={t('nav.logout')} > - +