Better syntax highlighting for filter expressions

This commit is contained in:
Gregory Schier
2025-11-03 06:30:41 -08:00
parent 236c8fa656
commit 450dbd0053
5 changed files with 8 additions and 12 deletions

View File

@@ -454,7 +454,7 @@ function Sidebar({ className }: { className?: string }) {
rightSlot={
filterText.text && (
<IconButton
className="!h-auto min-h-full opacity-50 hover:opacity-100 -mr-1"
className="!bg-transparent !h-auto min-h-full opacity-50 hover:opacity-100 -mr-1"
icon="x"
title="Clear filter"
onClick={clearFilterText}