okay actually fixed light mode issue (#4398)

This commit is contained in:
sirbread 2025-12-06 18:53:54 -07:00 committed by GitHub
parent 08d2f06cb7
commit 21162b2b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,9 @@ export const christmasTheme: Theme = {
bgElv: 'rgba(255, 255, 255, 0.7)', bgElv: 'rgba(255, 255, 255, 0.7)',
bgMark: 'rgb(232, 232, 232)', bgMark: 'rgb(232, 232, 232)',
text: { text: {
1: '#DEDDD4', 1: '#353638ff',
2: '#4b5563', 2: '#4b5563',
3: '#353638ff' 3: '#DEDDD4'
}, },
button: { button: {
brand: { brand: {