diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-16 00:50:26 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-16 00:50:26 -0500 |
| commit | 4bde78e6356fabbacce3f6b4a83a0191c213161a (patch) | |
| tree | 9f2b976b6bef10fbfbf1eff99e253a3d8467ceb0 /src/client/views/search/SearchBox.tsx | |
| parent | f33ad290f1de3a01f2c4536f03f040e09771f82e (diff) | |
| parent | 8cdee98fc23997753a4ec389802115be552b0db2 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index be13dae03..9bd42b516 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -234,7 +234,7 @@ export class SearchBox extends React.Component { y += 300; } } - return Docs.Create.TreeDocument(docs, { _width: 200, _height: 400, backgroundColor: "grey", title: `Search Docs: "${this._searchString}"` }); + return Docs.Create.TreeDocument(docs, { _width: 200, _height: 400, title: `Search Docs: "${this._searchString}"` }); } @action.bound |
