Correct styling

This commit is contained in:
Ian Philips 2022-10-06 21:18:03 -04:00
parent 71fac10e44
commit 4fbb6568c0

View File

@ -301,13 +301,13 @@ export function ProfilePrivateStats(props: {
<span className="mx-auto text-xs sm:text-sm">profit</span> <span className="mx-auto text-xs sm:text-sm">profit</span>
</Col> </Col>
<Col <Col
className={ className={'text-md flex-shrink-0 cursor-pointer sm:text-lg'}
'text-greyscale-4 text-md flex-shrink-0 cursor-pointer sm:text-lg'
}
onClick={() => setShowBadgesModal(true)} onClick={() => setShowBadgesModal(true)}
> >
<span>🏅 {calculateTotalUsersBadges(user)}</span> <span>🏅 {calculateTotalUsersBadges(user)}</span>
<span className={'mx-auto text-xs sm:text-sm'}>badges</span> <span className={'text-greyscale-4 mx-auto text-xs sm:text-sm'}>
badges
</span>
</Col> </Col>
<Col <Col
className={ className={