Skip to content

Commit

Permalink
fixed the text in dashboard (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 authored and corlard3y committed Jul 27, 2024
1 parent 5047e89 commit c8eb40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dashboard/components/EmptyChannelList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const EmptyChannelList: FC<EmptyChannelListProps> = ({ heading, subHeading }) =>
<Text
textAlign="center"
variant="bs-regular"
color="text-primary-inverse"
color="text-tertiary-inverse"
>
{subHeading}
</Text>
Expand Down
2 changes: 2 additions & 0 deletions src/modules/dashboard/components/RewardsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ const RewardsSection = () => {
<Text
variant="h5-semibold"
display={{ ml: 'none', dp: 'block' }}
color="text-on-light-bg"
>
Complete Tasks on Push. Earn Push Points and Unlock Rewards.
</Text>
<Text
variant="h5-semibold"
display={{ ml: 'block', dp: 'none' }}
textAlign="center"
color="text-on-light-bg"
>
Complete Tasks on Push. Earn Push Points and Unlock Rewards.
</Text>
Expand Down

0 comments on commit c8eb40c

Please sign in to comment.