@pinerohit11/testwidget 0.2.94 → 0.2.95
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/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1627,8 +1627,8 @@ function Chargewidgetstyles() {
|
|
1627
1627
|
}
|
1628
1628
|
|
1629
1629
|
.card-list-single-div{
|
1630
|
-
border-bottom:
|
1631
|
-
padding :
|
1630
|
+
border-bottom: 1px solid #E0DFE2;
|
1631
|
+
padding : 8px 11px;
|
1632
1632
|
display : flex ;
|
1633
1633
|
align-items:center;
|
1634
1634
|
justify-content : space-between;
|
package/dist/index.mjs
CHANGED
@@ -1589,8 +1589,8 @@ function Chargewidgetstyles() {
|
|
1589
1589
|
}
|
1590
1590
|
|
1591
1591
|
.card-list-single-div{
|
1592
|
-
border-bottom:
|
1593
|
-
padding :
|
1592
|
+
border-bottom: 1px solid #E0DFE2;
|
1593
|
+
padding : 8px 11px;
|
1594
1594
|
display : flex ;
|
1595
1595
|
align-items:center;
|
1596
1596
|
justify-content : space-between;
|