Timezones, mobile calendar support

This commit is contained in:
Ben Grant 2021-03-02 22:21:39 +11:00
parent 0dde47109f
commit 89fd659f5c
15 changed files with 789 additions and 76 deletions

View file

@ -6,6 +6,7 @@ const theme = {
primary: '#F79E00',
primaryDark: '#F48600',
primaryLight: '#F4BB60',
primaryBackground: '#FEF2DD',
},
dark: {
mode: 'dark',
@ -14,6 +15,7 @@ const theme = {
primary: '#F79E00',
primaryDark: '#F4BB60',
primaryLight: '#F48600',
primaryBackground: '#30240F',
},
};