Skip to content

Commit

Permalink
style: adjust font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 19, 2024
1 parent 8a95441 commit a35aeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/creators/TopUsersCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function TopUsersCard({ ...props }: TopUsersCardProps) {
<>
<div className='d-flex justify-content-between align-items-center'>
<div className='d-flex align-items-center FontWeightSemibold GapMini'>
<span>Top members (last 24h)</span>
<span className='FontSemilarge'>Top members (last 24h)</span>
<HiOutlineInformationCircle />
</div>
{/* {isMobile && seeMoreButton} */}
Expand Down Expand Up @@ -115,7 +115,7 @@ function UserInfo({
<ViewSpaceLink
title={
<span
className='FontWeightMedium'
className='FontWeightMedium FontNormal'
style={{
minWidth: 0,
textOverflow: 'ellipsis',
Expand Down

0 comments on commit a35aeb8

Please sign in to comment.