@mamrp/components 1.7.56 → 1.7.57
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/selectors/index.d.mts +3 -1
- package/dist/selectors/index.d.ts +3 -1
- package/dist/selectors/index.js +4 -0
- package/dist/selectors/index.js.map +1 -1
- package/dist/selectors/index.mjs +4 -0
- package/dist/selectors/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6528,6 +6528,7 @@ function MapLocationPicker({
|
|
|
6528
6528
|
disabled: isGeolocating,
|
|
6529
6529
|
sx: {
|
|
6530
6530
|
backgroundColor: isDarkMode ? "#1e1e1e" : "white",
|
|
6531
|
+
color: isDarkMode ? "white" : "#1e1e1e",
|
|
6531
6532
|
boxShadow: 2,
|
|
6532
6533
|
"&:hover": {
|
|
6533
6534
|
backgroundColor: isDarkMode ? "#2a2a2a" : "#f5f5f5"
|