Match MCP widget typography to web

This commit is contained in:
Ishaan Gupta 2026-07-03 16:54:01 +05:30
parent 1e81a3e27a
commit 2f391cf707
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@
linear-gradient(180deg, #0b1119 0%, #070b11 100%);
color: var(--text-primary);
font-family: var(--font-sans);
letter-spacing: 0;
letter-spacing: -0.01em;
line-height: var(--leading-normal);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

View file

@ -94,8 +94,8 @@
--font-bold: 700;
--leading-tight: 1.25;
--leading-normal: 1.5;
--leading-relaxed: 1.75;
--leading-normal: 1.35;
--leading-relaxed: 1.35;
/* Unified component heights */
--height-xs: 28px;