pl-fe: update verified badge styles
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
df3500ed81
commit
6687a12f01
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ const Header: React.FC<IHeader> = ({ account }) => {
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
{account.verified && (
|
{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' />
|
<VerificationBadge className='!size-[24px] rounded-full !p-[2px] ring-2 ring-white black:ring-black dark:ring-primary-900' />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue