Skip to content

Commit 34d34f6

Browse files
committed
fix: increase size of avatar in 'Sign in' button
1 parent a77b999 commit 34d34f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { Tooltip, TooltipContent, TooltipTrigger } from '../tooltip';
1313
export function SignInButton() {
1414
return (
1515
<Link href='/login'>
16-
<div className='text-nowrap flex justify-between items-center gap-2 md:px-1 md:border border-blue-500 text-white md:text-blue-500 h-8 rounded-full hover:border-blue-400 hover:text-blue-400 transition-colors duration-150'>
16+
<div className='text-nowrap flex justify-between items-center gap-2 md:px-0.5 md:border border-blue-500 text-white md:text-blue-500 h-8 rounded-full hover:border-blue-400 hover:text-blue-400 transition-colors duration-150'>
1717
<div className='h-8 p-1 md:h-6 md:p-0'>
18-
<FontAwesomeIcon icon={faUserCircle} className='h-full!' />
18+
<FontAwesomeIcon icon={faUserCircle} className='h-full! text-xl' />
1919
</div>
2020
<span className='text-sm mr-2 font-semibold hidden md:block'>
2121
Sign in

0 commit comments

Comments
 (0)