@snapdragonsnursery/react-components 1.1.35 → 1.1.37
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
|
@@ -424,7 +424,7 @@ const ChildSearchPage = ({
|
|
|
424
424
|
{title}
|
|
425
425
|
</h1>
|
|
426
426
|
{multiSelect && (
|
|
427
|
-
<div className="mt-
|
|
427
|
+
<div className="mt-4 flex items-center space-x-2" style={{ paddingBottom: '20px' }}>
|
|
428
428
|
<span className="px-3 py-1 text-sm bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-200 rounded-full">
|
|
429
429
|
{selectedChildrenState.length} selected
|
|
430
430
|
{maxSelections && ` / ${maxSelections}`}
|