pl-fe: update verified badge styles

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2024-12-05 16:14:05 +01:00
parent df3500ed81
commit 6687a12f01

View file

@ -657,7 +657,7 @@ const Header: React.FC<IHeader> = ({ account }) => {
/>
</a>
{account.verified && (
<div className='absolute bottom-0 right-0'>
<div className='absolute -bottom-2 -right-2'>
<VerificationBadge className='!size-[24px] rounded-full !p-[2px] ring-2 ring-white black:ring-black dark:ring-primary-900' />
</div>
)}