@gofynd/theme-template 3.2.25 → 3.2.26
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/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -1
- package/dist/index.css +4 -1
- package/dist/index.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address-header.css +1 -0
- package/dist/page-layouts/single-checkout/address/single-address-header.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +1 -0
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +3 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/checkout/checkout.css +4 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +4 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/index.css +4 -1
- package/dist/pages/index.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -1
- package/package.json +1 -1
|
@@ -403,6 +403,7 @@ h5,
|
|
|
403
403
|
font-size: 14px;
|
|
404
404
|
font-weight: 600;
|
|
405
405
|
line-height: 140%;
|
|
406
|
+
color: var(--textHeading, #26201a);
|
|
406
407
|
}
|
|
407
408
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw .single-page-shipment__address___pgW0L {
|
|
408
409
|
font-size: 12px;
|
|
@@ -484,10 +485,11 @@ h5,
|
|
|
484
485
|
font-size: 14px;
|
|
485
486
|
font-weight: 600;
|
|
486
487
|
line-height: 140%;
|
|
488
|
+
color: var(--textHeading, #26201a);
|
|
487
489
|
}
|
|
488
490
|
.single-page-shipment__reviewHeaderSelect___bNgMy .single-page-shipment__headerContainer___Umy4m .single-page-shipment__shipment___xocKT {
|
|
489
491
|
font-size: 12px;
|
|
490
|
-
color: var(--
|
|
492
|
+
color: var(--textBody, #3c3131);
|
|
491
493
|
font-weight: 400;
|
|
492
494
|
line-height: 140%;
|
|
493
495
|
}
|