fleetcor-lwc 3.6.2 → 3.6.3
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/README.md
CHANGED
|
@@ -486,6 +486,7 @@ You can override them as you wish by global css variables as priority.
|
|
|
486
486
|
--flt-button-border-radius: 32px;
|
|
487
487
|
--flt-button-padding: 0 24px;
|
|
488
488
|
--flt-button-gap: 16px;
|
|
489
|
+
--flt-button-fw: 700;
|
|
489
490
|
--flt-checkbox-border-color: #6b7280;
|
|
490
491
|
--flt-checkbox-bg-color: #ffffff;
|
|
491
492
|
--flt-checkbox-agree-color: #59eb9c;
|
|
@@ -546,6 +547,10 @@ You can override them as you wish by global css variables as priority.
|
|
|
546
547
|
|
|
547
548
|
## Release Notes:
|
|
548
549
|
|
|
550
|
+
- v.3.6.3
|
|
551
|
+
|
|
552
|
+
- Updated `flt-button` componentm styles
|
|
553
|
+
|
|
549
554
|
- v.3.6.2
|
|
550
555
|
|
|
551
556
|
- Updated `flt-radio-group-chips` componentm styles
|