@snapdragonsnursery/react-components 1.1.32 → 1.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/ChildSearchPage.jsx +7 -1
package/package.json
CHANGED
package/src/ChildSearchPage.jsx
CHANGED
|
@@ -467,7 +467,13 @@ const ChildSearchPage = ({
|
|
|
467
467
|
|
|
468
468
|
{/* Advanced Filters */}
|
|
469
469
|
{isAdvancedFiltersOpen && (
|
|
470
|
-
<div
|
|
470
|
+
<div
|
|
471
|
+
className="mt-4 p-4 rounded-lg"
|
|
472
|
+
style={{
|
|
473
|
+
backgroundColor: 'hsl(var(--card))',
|
|
474
|
+
border: '1px solid hsl(var(--border))'
|
|
475
|
+
}}
|
|
476
|
+
>
|
|
471
477
|
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
|
|
472
478
|
{/* Status Filter */}
|
|
473
479
|
<div>
|