From 3b0adaf902920a06efc141df58abd0368bd724b6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 21 Oct 2020 17:41:10 +0200 Subject: fullscreen text --- animism-align/frontend/app/constants.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'animism-align/frontend/app/constants.js') 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 = [ -- cgit v1.2.3-70-g09d2