Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 419635c

Browse files
committed
revert unintentional commit
1 parent f782179 commit 419635c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renderer/src/components/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Sidebar = () => {
3939
return (
4040
<section className={classNames(
4141
'sticky top-0 group pt-9 transition-all',
42-
isOpen ? 'w-[155px]' : 'w-[80px]'
42+
isOpen ? 'w-[142px]' : 'w-[80px]'
4343
)}
4444
>
4545
<div className='flex flex-col items-center gap-9 px-4 pt-5'>
@@ -76,7 +76,7 @@ const Sidebar = () => {
7676
as='span'
7777
on={isOpen}
7878
delayIn={100}
79-
className='uppercase text-body-2xs'
79+
className='uppercase text-body-3xs'
8080
>
8181
{title}
8282
</Transition>

0 commit comments

Comments
 (0)