diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-14 14:25:53 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-14 14:25:53 -0500 |
| commit | 5aecc6d75868dcafd0b1bb560ad5a4ad8ab976fa (patch) | |
| tree | 6646ca9db22a68e88ba9b585925bfc148197f953 /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | ab062ffcb8c941a45a8614684849e8997bc1eed2 (diff) | |
cleaned up backgroundColor settings and cluster overrides. added a darkScheme
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index 3c86bd799..226a1c813 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -52,6 +52,7 @@ export class CollectionCarouselView extends CollectionSubView(CarouselDocument) <div> <div className="collectionCarouselView-image"> <ContentFittingDocumentView {...this.props} + backgroundColor={this.props.backgroundColor} Document={this.childLayoutPairs[index].layout} DataDocument={this.childLayoutPairs[index].data} PanelHeight={this.panelHeight} |
