From af14efcf0235149406a095c6cac9277f04486f4b Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 5 Oct 2020 14:33:10 -0300 Subject: [PATCH] Transitions --- components/core/Navbar/Navbar.tsx | 2 +- components/ui/Sidebar/Sidebar.module.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/core/Navbar/Navbar.tsx b/components/core/Navbar/Navbar.tsx index fc7df560c..add8f1aa8 100644 --- a/components/core/Navbar/Navbar.tsx +++ b/components/core/Navbar/Navbar.tsx @@ -14,7 +14,7 @@ const Navbar: FC = ({ className }) => { return ( -

+

diff --git a/components/ui/Sidebar/Sidebar.module.css b/components/ui/Sidebar/Sidebar.module.css index c3a2af639..1d8cbdb32 100644 --- a/components/ui/Sidebar/Sidebar.module.css +++ b/components/ui/Sidebar/Sidebar.module.css @@ -1,2 +1,3 @@ .root { + @apply transition-all duration-75 ease-in-out; }