Design changes to pantry
All checks were successful
Build and Deploy / build-and-push (push) Successful in 27s

This commit is contained in:
2026-04-22 21:57:23 +02:00
parent 3d62d88d48
commit ded24b53b4
6 changed files with 158 additions and 62 deletions

View File

@@ -192,7 +192,7 @@ function initShoppingCalendar() {
selectedText: 'rgb(var(--text-emphasis-rgb))',
selectedDot: 'rgb(var(--text-emphasis-rgb))',
selectedShadow: '0 0 0 1px rgba(var(--text-emphasis-rgb),0.10)',
bg: 'rgb(var(--app-bg-rgb))',
bg: 'rgba(255,255,255,0.08)',
border: 'transparent',
text: 'rgb(var(--text-body-soft-rgb))',
dimmedBg: 'transparent',