@snapdragonsnursery/react-components 1.1.24 → 1.1.25
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 +2 -2
package/package.json
CHANGED
package/src/ChildSearchPage.jsx
CHANGED
|
@@ -425,8 +425,8 @@ const ChildSearchPage = ({
|
|
|
425
425
|
const endItem = Math.min(pagination.page * pagination.pageSize, actualTotalCount);
|
|
426
426
|
|
|
427
427
|
return (
|
|
428
|
-
<div className="
|
|
429
|
-
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-
|
|
428
|
+
<div className="bg-gray-50 dark:bg-gray-900">
|
|
429
|
+
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
430
430
|
{/* Header */}
|
|
431
431
|
<div className="mb-8">
|
|
432
432
|
<h1 className="text-3xl font-bold text-gray-900 dark:text-white">
|