From f964001dd1d30476e20309d25fc132b789137ac0 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 30 Oct 2018 01:10:08 +0530 Subject: [PATCH] command palette ui changes --- src/components/CommandPalette.jsx | 2 +- src/style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/CommandPalette.jsx b/src/components/CommandPalette.jsx index 92a2eed..8b7bf72 100644 --- a/src/components/CommandPalette.jsx +++ b/src/components/CommandPalette.jsx @@ -109,7 +109,7 @@ export class CommandPalette extends Component { onInput={this.inputHandler.bind(this)} onKeyUp={this.keyDownHandler.bind(this)} /> -