aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-23 10:23:26 -0500
committerbobzel <zzzman@gmail.com>2021-02-23 10:23:26 -0500
commitee2f9feea2ec70dbf5a60d2b26a61b05eca3dbf5 (patch)
treea1c9626742dc939ee3c982200fb8a7f611e72713 /src/client/views/collections/TreeView.tsx
parent77b1f624f24e055c498e3104fc84227a545a05b9 (diff)
cleaned up EditableView a bit
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
-rw-r--r--src/client/views/collections/TreeView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index ec8e63b6c..297796b4b 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -548,6 +548,7 @@ export class TreeView extends React.Component<TreeViewProps> {
oneLine={true}
display={"inline-block"}
editing={true}
+ background={"#7089bb"}
contents={StrCast(this.doc.title)}
height={12}
sizeToContent={true}