@mamrp/components 1.7.56 → 1.7.58
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -6472,6 +6472,7 @@ function MapLocationPicker({
|
|
|
6472
6472
|
disabled: isGeolocating,
|
|
6473
6473
|
sx: {
|
|
6474
6474
|
backgroundColor: isDarkMode ? "#1e1e1e" : "white",
|
|
6475
|
+
color: isDarkMode ? "white" : "#1e1e1e",
|
|
6475
6476
|
boxShadow: 2,
|
|
6476
6477
|
"&:hover": {
|
|
6477
6478
|
backgroundColor: isDarkMode ? "#2a2a2a" : "#f5f5f5"
|