From 37f0eca79fa31774aa95393e3a0e35ff6d160114 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 6 Apr 2023 16:30:46 -0700 Subject: [PATCH] Sidebar hover transitions --- src-web/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index f94e020c..d8f86849 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -198,7 +198,7 @@ const _SidebarItem = forwardRef(function SidebarItem( onDoubleClick={handleStartEditing} onKeyDown={handleKeyDown} className={classnames( - 'flex items-center text-sm h-xs px-2 rounded-md', + 'flex items-center text-sm h-xs px-2 rounded-md transition-colors', editing && 'ring-1 focus-within:ring-focus', isActive ? 'bg-highlight text-gray-900'