summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-17 15:56:42 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-17 15:56:42 +0200
commit8a64486cf5458352c432bd8fb81feb1a45a4ec24 (patch)
tree6c729d9656e04b3e683d944a4fe001dfd9813161 /animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js
parent14e171fd132fc92ddb6e8f14f72797c1fd7697ce (diff)
gallery styling
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js')
-rw-r--r--animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js b/animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js
index 7cec52b..dd2e6db 100644
--- a/animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js
+++ b/animism-align/frontend/app/views/viewer/player/components.utility/media.gallery.js
@@ -7,7 +7,7 @@ export const Gallery = ({ media, annotation }) => {
const color = CURTAIN_COLOR_LOOKUP[annotation.settings.color] || CURTAIN_COLOR_LOOKUP.white
const style = {
backgroundColor: color.backgroundColor,
- color: color.textColor,
+ // color: color.textColor,
}
// console.log(display_lookup)