@luxfi/core 5.2.1 → 5.2.2
Sign up to get free protection for your applications and to get access to all the features.
package/commerce/ui/conf.ts
CHANGED
@@ -94,9 +94,10 @@ const CommerceUIComponent: React.FC = observer(() => {
|
|
94
94
|
/>
|
95
95
|
}
|
96
96
|
onQuantityChanged={recent.quantityChanged.bind(recent)}
|
97
|
-
clx='justify-between h-full pb-3'
|
97
|
+
clx='justify-between h-full pb-3 gap-8'
|
98
98
|
addBtnClx='w-full min-w-[160px] sm:max-w-[320px]'
|
99
|
-
|
99
|
+
buttonsAreaClx='grow-0 shrink-0 mt-0'
|
100
|
+
selectorClx='max-w-[475px] justify-between grow'
|
100
101
|
|
101
102
|
/>
|
102
103
|
</div>
|
package/package.json
CHANGED