From 7ad928899ab260d49650e0225d7be88b339b22d9 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" Date: Mon, 13 Sep 2021 09:30:39 +0300 Subject: [PATCH] Add a space Signed-off-by: Hung-Han (Henry) Chen --- src/renderer/components/tabs/tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/tabs/tabs.scss b/src/renderer/components/tabs/tabs.scss index 858a56d394..9ffc935415 100644 --- a/src/renderer/components/tabs/tabs.scss +++ b/src/renderer/components/tabs/tabs.scss @@ -71,7 +71,7 @@ right: 0; bottom: 0; width: 0; - height: $unit *0.5; + height: $unit * 0.5; transition: width 150ms; background: currentColor; color: $halfGray