From e8130a35b39cac9712611a9c5fc74fbd82079f3e Mon Sep 17 00:00:00 2001 From: Dicken Date: Sat, 18 Jul 2026 14:47:30 +0200 Subject: [PATCH] fix: fehlenden S.sub Stil in lib.js ergaenzt (behebt unsichtbaren Text in Statistik/KoePi/Wettrechner), oeffentliche KoePi-Ueberschrift geaendert --- frontend/src/App.jsx | 2 +- frontend/src/lib.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1141369..c84589e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4010,7 +4010,7 @@ function PublicKoepi({ token }) {

- 🍺 KÖPI — König Pilsener + 🍺 Wöchentliche Prospekte

Öffentlich geteilte Ansicht · nur Lesezugriff diff --git a/frontend/src/lib.js b/frontend/src/lib.js index b0c409b..28ffe7d 100644 --- a/frontend/src/lib.js +++ b/frontend/src/lib.js @@ -72,4 +72,9 @@ export const S = { color: 'rgba(255,255,255,0.6)', fontSize: 10, fontFamily: 'monospace', letterSpacing: 2, marginBottom: 14, }, + // Untergeordneter/Hilfstext (Beschreibungen, Hinweise) + sub: { + color: 'rgba(255,255,255,0.4)', fontSize: 11, + fontFamily: 'monospace', lineHeight: 1.5, + }, };