summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js5
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,