From 744e731a22f60420825743c7325749663be75e2e Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 27 Jul 2021 20:41:49 +0200 Subject: [PATCH] Update theme.scss --- tabby-core/src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/theme.scss b/tabby-core/src/theme.scss index 05249dd8..96328608 100644 --- a/tabby-core/src/theme.scss +++ b/tabby-core/src/theme.scss @@ -244,7 +244,7 @@ hotkey-input-modal { background: transparent; border: none; - border-top: 1px solid rgb(0, 21, 43, .4); + border-top: 1px solid rgba(0, 21, 43, .4); &:first-child { border-top: none;