diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-15 22:44:33 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-15 22:44:33 -0500 |
| commit | a71f1cbfe47bbe5bcefa7deb63fa812683a37178 (patch) | |
| tree | 2b9dcdd8d4612af8a263da7445f107b2fc88f458 /src/client/views/search/SearchBox.tsx | |
| parent | e02a17cffe730d26456f0b83a8bb47a70d6092f1 (diff) | |
more color scheme fixes.
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 |
