Adding partial night mode

This commit is contained in:
Belen Curcio
2020-10-12 21:40:39 -03:00
parent 1629f718b0
commit 6bf209eccd
18 changed files with 135 additions and 191 deletions

View File

@@ -19,10 +19,13 @@ module.exports = {
blue: '#0070F3',
green: '#37B679',
red: '#DA3C3C',
primary: '#000',
textColor: {
primary: '#FFF',
},
primary: 'var(--bg-primary)',
secondary: 'var(--bg-secondary)',
},
textColor: {
base: 'var(--text-primary)',
primary: 'var(--text-primary)',
secondary: 'var(--text-secondary)',
},
},
},