@3sc/common-component 0.0.155 → 0.0.156
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46145,8 +46145,8 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46145
46145
|
color: `${e.palette.primary.notifyTextColor}`,
|
|
46146
46146
|
fontSize: "1.1rem",
|
|
46147
46147
|
padding: "0.6rem 1.2rem",
|
|
46148
|
-
minHeight: "
|
|
46149
|
-
height: "
|
|
46148
|
+
minHeight: "3.8rem",
|
|
46149
|
+
height: "3.8rem",
|
|
46150
46150
|
boxSizing: "border-box"
|
|
46151
46151
|
},
|
|
46152
46152
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
@@ -46197,7 +46197,7 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46197
46197
|
"& .MuiPaper-root": {
|
|
46198
46198
|
backgroundColor: r.palette.primary.notifyBackground,
|
|
46199
46199
|
color: r.palette.primary.notifyActiveText,
|
|
46200
|
-
borderRadius: "0.
|
|
46200
|
+
borderRadius: "0.8rem"
|
|
46201
46201
|
},
|
|
46202
46202
|
"& .MuiPickersCalendarHeader-root": {
|
|
46203
46203
|
color: r.palette.primary.notifyActiveText,
|