Remove focus on env sidebar buttons

This commit is contained in:
Gregory Schier
2023-11-02 22:18:13 -07:00
parent 62429df469
commit a666f7d216

View File

@@ -228,7 +228,7 @@ function SidebarButton({
className={classNames(
className,
'flex text-sm text-left w-full mb-1 h-xs',
'text-gray-600 hocus:text-gray-800 !ring-0',
'text-gray-600 hocus:text-gray-800 focus:outline-none',
active && '!text-gray-900',
)}
>