diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-09 21:06:34 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-09 21:06:34 +0100 |
| commit | 51767eeabfb4f2fbddc2f1c9e6f83f3b9c01e754 (patch) | |
| tree | 7f78274e6837d2655b158b50c39e61ac6cf58eac /animism-align/frontend/app/views/align/components/annotations | |
| parent | cdfec268837e3e1b6c06588658bce998cd1ff67e (diff) | |
artists animation
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.gallery.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.gallery.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.gallery.js index 55bdd86..0a8b3fb 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.gallery.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.gallery.js @@ -58,6 +58,15 @@ export const AnnotationFormGallery = ({ annotation, media, handleSettingsSelect, onChange={handleSettingsSelect} /> + <Select + title='Arrow Color' + name='arrow_color' + selected={annotation.settings.arrow_color} + options={CURTAIN_COLOR_SELECT_OPTIONS} + defaultOption='Color of UI arrows' + onChange={handleSettingsSelect} + /> + {(annotation.settings.fullscreen && !annotation.settings.inline) && ( <AnnotationFormFullscreen annotation={annotation} |
