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}; `