From b537a109726e0e32a59a45e735e1a30fcbe6b870 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 23 Jun 2021 15:45:34 -0400 Subject: [PATCH] Reduce transition duration for 's Signed-off-by: Sebastian Malton --- src/renderer/components/tabs/tabs.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/tabs/tabs.scss b/src/renderer/components/tabs/tabs.scss index 790476143f..7b5b6d8e44 100644 --- a/src/renderer/components/tabs/tabs.scss +++ b/src/renderer/components/tabs/tabs.scss @@ -72,7 +72,7 @@ bottom: 0; width: 0; height: $unit /2; - transition: width 250ms; + transition: width 150ms; background: currentColor; color: $halfGray } @@ -95,4 +95,4 @@ } } } -} \ No newline at end of file +}