@acuteinfo/common-screens 1.0.55 → 1.0.56
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.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -576,7 +576,7 @@ const OTPModelForm = ({ classes, OTPResendRequest, handleClose, loginState, Veri
|
|
|
576
576
|
color: "var(-theme-color3) !important",
|
|
577
577
|
},
|
|
578
578
|
}, rotateIcon: "scale(1.4) rotateX(360deg)", style: {
|
|
579
|
-
border: "var(--theme-color3) 1px solid",
|
|
579
|
+
// border: "var(--theme-color3) 1px solid",
|
|
580
580
|
// color: "var(--white)",
|
|
581
581
|
// background: "var(--white)",
|
|
582
582
|
borderRadius: "10px",
|
|
@@ -2211,7 +2211,7 @@ const BranchSelectionGrid = ({ selectionMode, authState, isBranchSelectedFn, isL
|
|
|
2211
2211
|
alignItems: "center",
|
|
2212
2212
|
justifyContent: "right",
|
|
2213
2213
|
}, children: [" ", jsx("div", { children: jsx("img", { src: Boolean(logos?.logo) ? logos?.logo : logo, alt: "bank_logo", className: classes.logo }) })] })] }), isError ? (jsx(Fragment, { children: jsx("div", { style: { width: "100%", paddingTop: "10px" }, children: jsx(Alert, { severity: error?.severity ?? "error", errorMsg: error?.error_msg ?? "Error", errorDetail: error?.error_detail ?? "" }) }) })) : mutation.isError && mutation.error ? (jsx(Fragment, { children: jsx("div", { style: { width: "100%", paddingTop: "10px" }, children: jsx(Alert, { severity: getError.severity ?? "error", errorMsg: getError.error_msg ?? "Error", errorDetail: getError.error_detail ?? "" }) }) })) : null, jsx(GridWrapper, { finalMetaData: BranchSelectionGridMetaData, data: data ?? [], setData: () => null, actions: actions, setAction: setCurrentAction, controlsAtBottom: true, actionContextAtBottom: true, headerToolbarStyle: {
|
|
2214
|
-
|
|
2214
|
+
background: "#fff !important",
|
|
2215
2215
|
padding: "0",
|
|
2216
2216
|
"& .MuiTypography-root": {
|
|
2217
2217
|
color: "black",
|