diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-26 22:28:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-26 22:28:13 +0200 |
| commit | fe515fa4bc940183ba9253e67461c1f009a5d94b (patch) | |
| tree | 040f816ac41d2ce4f13b4c653929bb70fc9a2cfe /animism-align/frontend/app/constants.js | |
| parent | 14c8fd88b99dbab731c50f7285f7d799f17f86ff (diff) | |
times and stuff on the section nav
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 6650bee..857c20a 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -73,6 +73,11 @@ export const CURTAIN_COLORS = [ { label: 'black', backgroundColor: '#000000', textColor: '#ffffff' }, ] +export const BLACK_WHITE_SELECT_OPTIONS = [ + { label: 'white', name: 'white'}, + { label: 'black', name: 'black'}, +] + export const CURTAIN_COLOR_SELECT_OPTIONS = CURTAIN_COLORS.map(color => ({ label: color.label, name: color.label, |
