Skip to content

Commit

Permalink
reduce sidebar button transition duration from 300ms to 30ms
Browse files Browse the repository at this point in the history
Signed-off-by: Sumana Sree Angajala <[email protected]>
  • Loading branch information
sumana-2705 authored and swaptr committed Jan 16, 2025
1 parent d2ea6c9 commit e39d1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Sidebar = (props: Props) => {
<>
<button
onClick={handleViewSidebar}
className="fixed top-0 left-0 mt-1 ml-1 px-1 py-2 text-black rounded z-50 transition-all duration-300 ease-in-out"
className="fixed top-0 left-0 mt-1 ml-1 px-1 py-2 text-black rounded z-50 transition-all duration-30 ease-in-out"
>
<Menu />
</button>
Expand Down

0 comments on commit e39d1a5

Please sign in to comment.