Timezones, mobile calendar support
This commit is contained in:
parent
0dde47109f
commit
89fd659f5c
15 changed files with 789 additions and 76 deletions
|
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue