@akinon/pz-multi-basket 2.0.0-beta.5 → 2.0.0-beta.6
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/views/MultiBasket.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ export const MultiBasket = (props: Props) => {
|
|
|
58
58
|
{detailedBaskets.map((basket) => (
|
|
59
59
|
<div key={basket?.pk}>
|
|
60
60
|
{basket?.basketitem_set?.length > 0 && (
|
|
61
|
-
<div className="border mb-4">
|
|
61
|
+
<div className="border border-gray-200 mb-4">
|
|
62
62
|
<div
|
|
63
63
|
className={clsx(
|
|
64
64
|
'w-full flex items-center justify-end border-b font-medium py-2 px-4 text-sm',
|