From bb948cf2ad2cc39431371164ed0fa8c4507eaceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=81=D0=B5=D0=BD=D0=B8=D1=8F?= <31247233+kseniya57@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:55:59 +0300 Subject: [PATCH] feat(HotkeysPanel): add clear button for the search input (#154) Co-authored-by: kseniyakuzina --- src/components/HotkeysPanel/HotkeysPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/HotkeysPanel/HotkeysPanel.tsx b/src/components/HotkeysPanel/HotkeysPanel.tsx index 89b060a..4851be3 100644 --- a/src/components/HotkeysPanel/HotkeysPanel.tsx +++ b/src/components/HotkeysPanel/HotkeysPanel.tsx @@ -68,6 +68,7 @@ export function HotkeysPanel({ placeholder={filterPlaceholder} autoFocus className={b('search')} + hasClear /> className={b('list')}