From d9d7c5c342c11400edad51acfb0bc0e0316162b7 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 16 Sep 2025 20:16:55 +0800 Subject: [PATCH] feat(ui): add Claude icon hover effect Add orange color transition when hovering over Claude button icon for better visual feedback --- src/components/AppSwitcher.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/AppSwitcher.tsx b/src/components/AppSwitcher.tsx index 756a6e9..c09cc46 100644 --- a/src/components/AppSwitcher.tsx +++ b/src/components/AppSwitcher.tsx @@ -17,7 +17,7 @@ export function AppSwitcher({ activeApp, onSwitch }: AppSwitcherProps) {