Fix some more styles

This commit is contained in:
Gregory Schier
2024-08-15 05:58:09 -07:00
parent 795aaae2f5
commit 6bc697e4a7
6 changed files with 11 additions and 12 deletions

View File

@@ -188,7 +188,7 @@ function EventRow({
className={classNames(
'w-full grid grid-cols-[auto_minmax(0,3fr)_auto] gap-2 items-center text-left',
'px-1.5 py-1 font-mono cursor-default group focus:outline-none rounded',
isActive && '!bg-surface-highlight-secondary !text',
isActive && '!bg-surface-highlight !text',
'text-text-subtle hover:text',
)}
>