@pinerohit11/testwidget 0.1.69 → 0.1.70

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
@@ -479,6 +479,9 @@ var RequestPaymentstyles = (props) => {
479
479
  body {
480
480
  font-family: 'Inter', sans-serif !important;
481
481
  }
482
+ input{
483
+ font-family: 'Inter', sans-serif !important;
484
+ }
482
485
 
483
486
  .paymentBtn {
484
487
  background-color: black;
package/dist/index.mjs CHANGED
@@ -445,6 +445,9 @@ var RequestPaymentstyles = (props) => {
445
445
  body {
446
446
  font-family: 'Inter', sans-serif !important;
447
447
  }
448
+ input{
449
+ font-family: 'Inter', sans-serif !important;
450
+ }
448
451
 
449
452
  .paymentBtn {
450
453
  background-color: black;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",