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 +}