Pair checkboxes and fix twig indent

This commit is contained in:
Gregory Schier
2023-03-20 00:03:33 -07:00
parent ae65f222bc
commit 90294fbb5d
23 changed files with 286 additions and 115 deletions

View File

@@ -309,7 +309,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
className={classnames(
buttonClassName,
'w-full',
editing && 'focus-within:border-blue-400/40',
editing && 'focus-within:border-focus',
active
? 'bg-gray-200/70 text-gray-900'
: 'text-gray-600 group-hover/item:text-gray-800 active:bg-gray-200/30',