Fix calendar color
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m17s

This commit is contained in:
2026-04-18 09:16:12 +02:00
parent 8e48ebdd95
commit 59340e8afd
2 changed files with 5 additions and 3 deletions

View File

@@ -86,8 +86,8 @@ const PANTRY_CALENDAR_THEME = {
bg: '#272622',
border: '#34312c',
text: '#d7d2c8',
dimText: '#5a5752',
dimOpacity: 0.38,
dimText: '#888278',
dimOpacity: 0.58,
dimmedBg: 'transparent',
dimmedBorder: 'transparent',
dot: '#7d7a74',