Skip to content

Commit 38f7076

Browse files
committed
refactor: update SchemaSearch button to enhance layout and add descriptive text
1 parent ca39650 commit 38f7076

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/modules/datasets/SchemaSearch.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ export function SchemaSearch({
5050
onClick={() => setIsOpen(!isOpen)}
5151
>
5252
<SlidersHorizontal size={16} />
53-
<div className="flex-1 text-left">Schema Search</div>
53+
<p className="flex-1 text-left font-bold">
54+
Schema Search{' '}
55+
<span className="text-muted-foreground font-normal">
56+
Add field types to filter datasets by their schema structure.
57+
Filters are applied automatically.
58+
</span>
59+
</p>
5460
<ChevronDown
5561
className={cn(
5662
'ml-auto transition-transform',

0 commit comments

Comments
 (0)