diff options
author | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-15 12:37:31 -0700 |
---|---|---|
committer | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-15 12:37:31 -0700 |
commit | 1a1fc27a66c95c947dc8d2a812484f37586133cd (patch) | |
tree | d4728f83e1af825f03917ecfa9442bd6b2cf6f2c /src/client/views/collections/CollectionStackingView.tsx | |
parent | 4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (diff) |
Starting Color consistency
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 30f8e0112..7aa8dfd56 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -480,7 +480,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, if (value && this.columnHeaders) { const schemaHdrField = new SchemaHeaderField(value); this.columnHeaders.push(schemaHdrField); - DocUtils.addFieldEnumerations(undefined, this.pivotField, [{ title: value, _backgroundColor: schemaHdrField.color }]); + DocUtils.addFieldEnumerations(undefined, this.pivotField, [{ title: value, _backgroundColor: "schemaHdrField.color" }]); return true; } return false; |