From e50111a73176f2a20a2970f69e5b2c4f03e1ca85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20P=C3=B6ttker?= Date: Tue, 30 Jun 2026 11:09:52 +0200 Subject: [PATCH] fix(frontend): einheitliche Schriftart in AntD-Komponenten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- paperless-frontend/src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paperless-frontend/src/App.tsx b/paperless-frontend/src/App.tsx index 21bdd9f..755e4ee 100644 --- a/paperless-frontend/src/App.tsx +++ b/paperless-frontend/src/App.tsx @@ -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 ? {} : {