diff options
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 10 |
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 = [ |
