summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-21 17:41:10 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-21 17:41:10 +0200
commit3b0adaf902920a06efc141df58abd0368bd724b6 (patch)
treef1e65fc75db4a153f4f81578bb0e23bf113354e0 /animism-align/frontend/app/constants.js
parent4f10f2a47aa89421ae4631609f84e53891710e4c (diff)
fullscreen text
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js
index 5abe350..b6b3bf2 100644
--- a/animism-align/frontend/app/constants.js
+++ b/animism-align/frontend/app/constants.js
@@ -77,11 +77,11 @@ export const GALLERY_UTILITY_ANNOTATION_TYPES = new Set([
])
export const CURTAIN_COLORS = [
- { label: 'white', backgroundColor: '#ffffff', textColor: '#000000' },
- { label: 'light gray', backgroundColor: '#eeeeee', textColor: '#000000' },
- { label: 'dark blue', backgroundColor: '#1a1f33', textColor: '#ffffff' },
- { label: 'dark gray', backgroundColor: '#222222', textColor: '#ffffff' },
- { label: 'black', backgroundColor: '#000000', textColor: '#ffffff' },
+ { label: 'white', backgroundColor: 'rgba(255,255,255,1.0)', textColor: '#000000' },
+ { label: 'light gray', backgroundColor: 'rgba(238,238,238,1.0)', textColor: '#000000' },
+ { label: 'dark blue', backgroundColor: 'rgba(26,31,51,1.0)', textColor: '#ffffff' },
+ { label: 'dark gray', backgroundColor: 'rgba(34,34,34,1.0)', textColor: '#ffffff' },
+ { label: 'black', backgroundColor: 'rgba(0,0,0,1.0)', textColor: '#ffffff' },
]
export const BLACK_WHITE_SELECT_OPTIONS = [