@anker-in/campaign-ui 0.5.0-beta.6 → 0.5.0-beta.7
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
|
@@ -120,7 +120,7 @@ export default function RedeemCouponPanel({
|
|
|
120
120
|
)}
|
|
121
121
|
|
|
122
122
|
{couponCode && (
|
|
123
|
-
<div className="flex flex-col gap-[8px] text-center">
|
|
123
|
+
<div className="flex mt-[16px] flex-col gap-[8px] text-center">
|
|
124
124
|
<div className="flex items-center justify-center gap-[10px]">
|
|
125
125
|
<span className="text-[24px] font-[700]">{couponCode}</span>
|
|
126
126
|
<button
|
|
@@ -184,7 +184,7 @@ function ConsumeCredits({ copy, onClose }: Props) {
|
|
|
184
184
|
imgClassName={hasProduct ? 'object-cover' : 'h-full w-auto object-contain'}
|
|
185
185
|
/>
|
|
186
186
|
{!hasProduct && item.value && (
|
|
187
|
-
<div className="absolute bottom-[
|
|
187
|
+
<div className="absolute bottom-[16px] left-[4px] text-[12px] font-[800] leading-none text-white">
|
|
188
188
|
{item.value} {copy.off}
|
|
189
189
|
</div>
|
|
190
190
|
)}
|