From baef6944aa13df90586a02324487056a1f2606b5 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 6 Jul 2021 08:42:59 -0400 Subject: [PATCH] Reduce transition duration for 's (#3167) 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 +}