chore(theme): font audit — arbitrary px → semantic tokens (1/6 Stage 3.x)
This commit is contained in:
@@ -38,7 +38,7 @@ export const Alert = React.forwardRef<HTMLDivElement, AlertProps>(
|
||||
<div className="flex items-start justify-between gap-3">
|
||||
<div className="min-w-0 flex-1">
|
||||
{title && <div className="font-medium mb-0.5">{title}</div>}
|
||||
<div className="text-ink-2 text-[13px] leading-snug">{children}</div>
|
||||
<div className="text-ink-2 text-body leading-snug">{children}</div>
|
||||
</div>
|
||||
{action && <div className="shrink-0 flex items-center gap-2">{action}</div>}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user