@pinerohit11/testwidget 0.2.4 → 0.2.5

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 CHANGED
@@ -1360,6 +1360,7 @@ function Chargewidgetstyles() {
1360
1360
  gap:5px;
1361
1361
  max-width:250px;
1362
1362
  align-items:center
1363
+ color:black !important
1363
1364
  }
1364
1365
  .pay-conatiner-one-last img{
1365
1366
  width : 17px;
package/dist/index.mjs CHANGED
@@ -1322,6 +1322,7 @@ function Chargewidgetstyles() {
1322
1322
  gap:5px;
1323
1323
  max-width:250px;
1324
1324
  align-items:center
1325
+ color:black !important
1325
1326
  }
1326
1327
  .pay-conatiner-one-last img{
1327
1328
  width : 17px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",