From f66dd644e228592cb72e03b44cb63df1ea27e5f2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 10 Nov 2020 15:25:09 +0100 Subject: new curtain styles --- .../annotations/annotationForms/annotationForm.text.js | 11 +++++++++-- .../annotationForms/annotationForm.utility.js | 18 +++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js index cc7cc41..9c94435 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' -import { CURTAIN_COLOR_SELECT_OPTIONS, BLACK_WHITE_SELECT_OPTIONS } from 'app/constants' +import { CURTAIN_COLOR_SELECT_OPTIONS, CURTAIN_STYLE_SELECT_OPTIONS, BLACK_WHITE_SELECT_OPTIONS } from 'app/constants' import { Select, Checkbox, TextInput, LabelDescription } from 'app/common' import { AnnotationFormFullscreen } from './annotationForm.utility' @@ -74,7 +74,14 @@ export const AnnotationFormTextPlate = ({ annotation, handleSettingsSelect, hand defaultOption='Pick a color' onChange={handleSettingsSelect} /> - + + + +