From 7788137b2f49bca90334c8fef72b26da61d8d9ba Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 8 Mar 2023 17:11:01 +0700 Subject: change sidebar transition duration --- src/core/components/elements/Sidebar/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/components/elements/Sidebar/Sidebar.jsx') diff --git a/src/core/components/elements/Sidebar/Sidebar.jsx b/src/core/components/elements/Sidebar/Sidebar.jsx index b2514cbe..18ed6ac1 100644 --- a/src/core/components/elements/Sidebar/Sidebar.jsx +++ b/src/core/components/elements/Sidebar/Sidebar.jsx @@ -19,7 +19,7 @@ const Sidebar = ({ active, close }) => { ) const itemClassName = 'px-4 py-3 block !text-gray_r-12/80 font-normal' - const transition = { ease: 'linear', duration: 0.2 } + const transition = { ease: 'linear', duration: 0.1 } const [isOpenCategory, setOpenCategory] = useState(false) const [categories, setCategories] = useState([]) -- cgit v1.2.3