@pinerohit11/testwidget 0.1.68 → 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 +7 -3
- package/dist/index.mjs +7 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -475,9 +475,13 @@ var import_react_number_format = require("react-number-format");
|
|
475
475
|
var import_react5 = __toESM(require("react"));
|
476
476
|
var RequestPaymentstyles = (props) => {
|
477
477
|
return /* @__PURE__ */ import_react5.default.createElement("style", null, `
|
478
|
-
|
479
|
-
|
480
|
-
|
478
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
479
|
+
body {
|
480
|
+
font-family: 'Inter', sans-serif !important;
|
481
|
+
}
|
482
|
+
input{
|
483
|
+
font-family: 'Inter', sans-serif !important;
|
484
|
+
}
|
481
485
|
|
482
486
|
.paymentBtn {
|
483
487
|
background-color: black;
|
package/dist/index.mjs
CHANGED
@@ -441,9 +441,13 @@ import { PatternFormat } from "react-number-format";
|
|
441
441
|
import React5 from "react";
|
442
442
|
var RequestPaymentstyles = (props) => {
|
443
443
|
return /* @__PURE__ */ React5.createElement("style", null, `
|
444
|
-
|
445
|
-
|
446
|
-
|
444
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
445
|
+
body {
|
446
|
+
font-family: 'Inter', sans-serif !important;
|
447
|
+
}
|
448
|
+
input{
|
449
|
+
font-family: 'Inter', sans-serif !important;
|
450
|
+
}
|
447
451
|
|
448
452
|
.paymentBtn {
|
449
453
|
background-color: black;
|