Create event with API and load event details

This commit is contained in:
Ben Grant 2021-03-03 15:37:27 +11:00
parent 855477570f
commit 8e5954e0ca
19 changed files with 349 additions and 58 deletions

View file

@ -7,6 +7,8 @@ const theme = {
primaryDark: '#F48600',
primaryLight: '#F4BB60',
primaryBackground: '#FEF2DD',
error: '#D32F2F',
loading: '#DDDDDD',
},
dark: {
mode: 'dark',
@ -16,6 +18,8 @@ const theme = {
primaryDark: '#F4BB60',
primaryLight: '#F48600',
primaryBackground: '#30240F',
error: '#E53935',
loading: '#444444',
},
};