Bump MapPin price font weight from 500 to 600
Medium (500) was too thin at 11px — semibold (600) reads better while still being lighter than the name (700) for hierarchy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -174,7 +174,7 @@ export const MapPin = React.forwardRef<HTMLDivElement, MapPinProps>(
|
|||||||
component="span"
|
component="span"
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
fontWeight: 500,
|
fontWeight: 600,
|
||||||
fontFamily: (t: Theme) => t.typography.fontFamily,
|
fontFamily: (t: Theme) => t.typography.fontFamily,
|
||||||
lineHeight: 1.2,
|
lineHeight: 1.2,
|
||||||
color: active ? palette.activePrice : palette.price,
|
color: active ? palette.activePrice : palette.price,
|
||||||
|
|||||||
Reference in New Issue
Block a user