summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-21 10:32:09 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-21 10:32:09 +0700
commitfa45f8bc91adef3bacd3460ef4e3b1151ee13e71 (patch)
treeba4aab848123ffa555969e815aa7d0e2d6420a5e /src/core/components/elements
parent488f323e4441b75244785cb66b018f1179b262de (diff)
fix
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Sidebar/Sidebar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Sidebar/Sidebar.jsx b/src/core/components/elements/Sidebar/Sidebar.jsx
index e81d6130..88de1c1c 100644
--- a/src/core/components/elements/Sidebar/Sidebar.jsx
+++ b/src/core/components/elements/Sidebar/Sidebar.jsx
@@ -18,7 +18,7 @@ const Sidebar = ({
)
const itemClassName = 'px-4 py-3 block !text-gray_r-12/80 font-normal'
- const transition = { ease: 'linear', duration: 0.1 }
+ const transition = { ease: 'linear', duration: 0.2 }
return (
<>