remove boxShadow
This commit is contained in:
@@ -178,6 +178,7 @@ export default function AddressPage() {
|
||||
color: "#FFF",
|
||||
height: 50,
|
||||
border: "none",
|
||||
boxShadow: "none",
|
||||
}}
|
||||
disabled={false}
|
||||
>
|
||||
|
||||
@@ -26,7 +26,6 @@ export const AddressSummary = () => {
|
||||
try {
|
||||
const locationData = JSON.parse(locationString) as LocationData;
|
||||
dispatch(updateLocation(locationData));
|
||||
console.log("Location saved to Redux store:", locationData);
|
||||
} catch (error) {
|
||||
console.error("Failed to parse location data:", error);
|
||||
}
|
||||
@@ -62,6 +61,9 @@ export const AddressSummary = () => {
|
||||
type="primary"
|
||||
size="small"
|
||||
onClick={handleMapBottomSheetOpen}
|
||||
style={{
|
||||
boxShadow: "none",
|
||||
}}
|
||||
>
|
||||
{location
|
||||
? t("address.changeLocation")
|
||||
|
||||
Reference in New Issue
Block a user