Skip to content

Commit

Permalink
style: improve post reward stat color
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 17, 2024
1 parent 6d59a0a commit c4e6bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/posts/view-post/PostRewardStat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function PostRewardStat({ postId, ...props }: PostRewardStatProps
return (
<div {...props} className={clsx(props.className)}>
<Tooltip
className='d-flex align-items-center GapMini FontWeightMedium'
className='d-flex align-items-center GapMini FontWeightMedium ColorMuted'
title='Rewards earned depend on how many likes a post or comment gets, and how much SUB each liker has staked'
>
<TbCoins className='FontNormal' />
Expand All @@ -28,7 +28,7 @@ export default function PostRewardStat({ postId, ...props }: PostRewardStatProps
value={reward.amount}
/>
</span>
<span className='d-flex align-items-center GapMini ColorMuted'>earned</span>
<span className='d-flex align-items-center GapMini'>earned</span>
</Tooltip>
</div>
)
Expand Down

0 comments on commit c4e6bfc

Please sign in to comment.