@crystaltech/hsms-shared-ui 0.5.12 → 0.5.13
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.es.js +5 -3
- package/dist/index.js +17 -17
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28319,7 +28319,7 @@ const VR = ({
|
|
|
28319
28319
|
Ro,
|
|
28320
28320
|
{
|
|
28321
28321
|
sx: {
|
|
28322
|
-
borderRadius:
|
|
28322
|
+
borderRadius: 0,
|
|
28323
28323
|
px: 2,
|
|
28324
28324
|
my: 0.5,
|
|
28325
28325
|
transition: "all 0.2s",
|
|
@@ -44679,8 +44679,9 @@ const o2 = ({
|
|
|
44679
44679
|
variant: "h5",
|
|
44680
44680
|
sx: {
|
|
44681
44681
|
fontWeight: "bold",
|
|
44682
|
-
color: "
|
|
44683
|
-
mb: 1
|
|
44682
|
+
color: "#117500",
|
|
44683
|
+
mb: 1,
|
|
44684
|
+
fontSize: "1.50rem"
|
|
44684
44685
|
},
|
|
44685
44686
|
children: "Sarkari Karmachari Hospital"
|
|
44686
44687
|
}
|
|
@@ -44699,6 +44700,7 @@ const o2 = ({
|
|
|
44699
44700
|
size: "large",
|
|
44700
44701
|
onClick: e,
|
|
44701
44702
|
startIcon: /* @__PURE__ */ g.jsx(H0, {}),
|
|
44703
|
+
sx: { backgroundColor: "#0175c3" },
|
|
44702
44704
|
children: "Login"
|
|
44703
44705
|
}
|
|
44704
44706
|
)
|