Increase MapPin horizontal padding from 8px to 12px
Names were too tight against the pill edges, especially on longer provider names. Bumped token from spacing.2 to spacing.3. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export const InputBorderRadiusDefault = "4px"; // 4px — subtle rounding, consi
|
||||
export const InputGapDefault = "8px"; // 8px — vertical rhythm between label/input/helper, slightly more generous than Figma's 6px for readability
|
||||
export const InputIconSizeDefault = "20px"; // 20px — icon size inside input field, matches Figma trailing icon
|
||||
export const MapPinHeight = "28px"; // Pill height — compact for map density
|
||||
export const MapPinPaddingX = "8px"; // 8px horizontal padding inside pill
|
||||
export const MapPinPaddingX = "12px"; // 12px horizontal padding inside pill
|
||||
export const MapPinFontSize = "12px"; // Small but legible price text
|
||||
export const MapPinBorderRadius = "9999px"; // Fully rounded pill shape
|
||||
export const MapPinDotSize = "12px"; // Small circle marker
|
||||
|
||||
Reference in New Issue
Block a user