Skip to content

Commit ea0829f

Browse files
committed
fix(navbar): slightly increase size of settings and upload buttons
1 parent de2f8b0 commit ea0829f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/src/modules/shared/components/layout/SignOutButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function UploadButton() {
3030
<Tooltip>
3131
<TooltipTrigger asChild>
3232
<Link href='/upload'>
33-
<div className='group h-9 w-9 p-1'>
33+
<div className='group h-9.5 w-9.5 p-1'>
3434
<FontAwesomeIcon
3535
icon={faCloudUpload}
3636
className='h-full! w-full! text-white group-hover:text-zinc-400 transition-all duration-150 group-hover:-translate-y-0.5'
@@ -49,7 +49,7 @@ export function SettingsButton() {
4949
return (
5050
<Tooltip>
5151
<TooltipTrigger asChild>
52-
<div className='group h-8 w-8 p-1 cursor-pointer'>
52+
<div className='group h-8.5 w-8.5 p-1 cursor-pointer'>
5353
<FontAwesomeIcon
5454
icon={faCog}
5555
className='h-full! w-full! text-white group-hover:text-zinc-400 transition-all duration-150 group-hover:rotate-30'

0 commit comments

Comments
 (0)