diff --git a/app/scenes/Home.tsx b/app/scenes/Home.tsx index 5a09d0b7d..411054848 100644 --- a/app/scenes/Home.tsx +++ b/app/scenes/Home.tsx @@ -107,6 +107,7 @@ function Home() { const Documents = styled.div` position: relative; background: ${s("background")}; + transition: ${s("backgroundTransition")}; `; export default observer(Home);