chore: update DS to v0.1.38, enforce 12px font size floor
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Failing after 22s
CI / docker (push) Has been skipped
CI / deploy (push) Has been skipped
CI / deploy-feature (push) Has been skipped

Update @cameleer/design-system to v0.1.38 (12px minimum font size).
Replace all 10px and 11px font sizes with 12px across 25 CSS modules
and 5 TSX inline styles to match the new DS floor.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-07 11:41:51 +02:00
parent 07f3c2584c
commit 9cbf647203
26 changed files with 93 additions and 93 deletions

View File

@@ -44,7 +44,7 @@
}
.headerStatLabel {
font-size: 10px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -192,7 +192,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -267,7 +267,7 @@
.errorTime {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
}
/* Route flow section */
@@ -299,7 +299,7 @@
}
.recordingLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -378,7 +378,7 @@
.typeOption {
padding: 4px 12px;
border-radius: var(--radius-sm);
font-size: 11px;
font-size: 12px;
cursor: pointer;
border: 1px solid var(--border-subtle);
background: var(--bg-surface);
@@ -423,7 +423,7 @@
.testTabBtn {
padding: 4px 12px;
border-radius: 6px;
font-size: 11px;
font-size: 12px;
cursor: pointer;
border: 1px solid var(--border-subtle);
background: var(--bg-surface);

View File

@@ -27,7 +27,7 @@
}
.refreshText {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -62,7 +62,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}