@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 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"