fix(frontend): einheitliche Schriftart in AntD-Komponenten
Build and Push Multi-Platform Images / build-and-push (push) Successful in 17s

fontFamily-Token im ConfigProvider auf denselben Inter-Stack wie der Body
gesetzt. Zuvor fehlte das Token, sodass AntD-Eingaben (z.B. das Select-
Suchfeld) im AntD-Default-Stack abwichen, während der angezeigte Wert die
Body-Schrift (Inter) nutzte.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 11:09:52 +02:00
parent 9718d6888a
commit e50111a731
+4
View File
@@ -76,6 +76,10 @@ function ThemedApp() {
token: {
colorPrimary: '#1677ff',
borderRadius: 6,
// Gleiche Schriftfamilie wie der Body (index.css), damit AntD-Eingaben
// z.B. das Select-Suchfeld nicht im AntD-Default-Stack abweichen.
fontFamily:
"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
...(isDark
? {}
: {