@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapdragonsnursery/react-components",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -665,7 +665,7 @@ const ChildSearchPage = ({
665
665
  {!loading && !error && (
666
666
  <>
667
667
  {/* Results Header */}
668
- <div className="px-6 py-4 border-b border-gray-200 dark:border-gray-700">
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)