From cfa6c104cd365586e48529f1d6c1b9abcc89bae9 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 21 May 2022 19:42:57 -0700 Subject: [PATCH] ui tweak --- tabby-core/src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tabby-core/src/theme.scss b/tabby-core/src/theme.scss index 648d57f8..4d04ac58 100644 --- a/tabby-core/src/theme.scss +++ b/tabby-core/src/theme.scss @@ -300,6 +300,10 @@ checkbox i.on { search-panel { background: #131d27 !important; + + input { + border-radius: 0 !important; + } }