From b419b85694e2ea80efbab15c3722537ce70d4a61 Mon Sep 17 00:00:00 2001 From: lynn <41491154+lynnshaoyu@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:54:10 -0500 Subject: [PATCH] fix: remove animation on nav (#5432) remove animation on nav --- src/pages/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/App.tsx b/src/pages/App.tsx index c7743a906a..64e93d43b3 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -85,9 +85,6 @@ const HeaderWrapper = styled.div<{ scrolledState?: boolean }>` width: 100%; justify-content: space-between; position: fixed; - transition: ${({ theme }) => - `background-color ${theme.transition.duration.fast} ease-in-out, - border-width ${theme.transition.duration.fast} ease-in-out`}; top: 0; z-index: ${Z_INDEX.sticky}; `