diff --git a/src/components/atoms/MapPin/MapPin.tsx b/src/components/atoms/MapPin/MapPin.tsx index 3785dfa..6c3df3f 100644 --- a/src/components/atoms/MapPin/MapPin.tsx +++ b/src/components/atoms/MapPin/MapPin.tsx @@ -174,7 +174,7 @@ export const MapPin = React.forwardRef( component="span" sx={{ fontSize: 11, - fontWeight: 500, + fontWeight: 600, fontFamily: (t: Theme) => t.typography.fontFamily, lineHeight: 1.2, color: active ? palette.activePrice : palette.price,