@snapdragonsnursery/react-components 1.1.28 → 1.1.29
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 +1 -1
package/package.json
CHANGED
package/src/ChildSearchPage.jsx
CHANGED
|
@@ -665,7 +665,7 @@ const ChildSearchPage = ({
|
|
|
665
665
|
{!loading && !error && (
|
|
666
666
|
<>
|
|
667
667
|
{/* Results Header */}
|
|
668
|
-
<div className="px-6 py-
|
|
668
|
+
<div className="px-6 py-6 border-b border-gray-200 dark:border-gray-700">
|
|
669
669
|
<div className="flex items-center justify-between">
|
|
670
670
|
<div className="text-sm text-gray-600 dark:text-gray-400">
|
|
671
671
|
{(pagination.totalCount > 0 || children.length > 0)
|