diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-29 12:55:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-29 12:55:49 -0400 |
| commit | 349e586b01b18c641a4c753b709f4217a3f3e528 (patch) | |
| tree | 81794fd08d3f2143c2df6e2d52a1203a9b45971d /src/client/views/collections/collectionLinear | |
| parent | 936382c5cdc9f21ecd3d6b643da986bd30fc1e19 (diff) | |
cleanup
Diffstat (limited to 'src/client/views/collections/collectionLinear')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx index 0854bc611..3481d5130 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx @@ -210,7 +210,7 @@ export class CollectionLinearView extends CollectionSubView() { text={Cast(this.props.Document.icon, 'string', null)} icon={Cast(this.props.Document.icon, 'string', null) ? undefined : <FontAwesomeIcon color={SettingsManager.userColor} icon={isExpanded ? 'minus' : 'plus'} />} color={SettingsManager.userColor} - // background={SettingsManager.userVariantColor} + background={SettingsManager.userVariantColor} type={Type.TERT} onPointerDown={e => e.stopPropagation()} toggleType={ToggleType.BUTTON} |
