Skip to content

Commit

Permalink
fix: updated staking fonts (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext authored Sep 17, 2024
1 parent 3f5ef07 commit 5afef04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/user/Stake/StakePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const StakePreview = ({
<TbFileSearch size={48} color="var(--color-primary)" />
</div>
</div>
<Header className="mt-[62px] text-center" fontFamily="kk-topo">
<Header className="mt-[62px] text-center font-normal" fontFamily="kk-topo">
{actionName}
</Header>
<Span className="text-center">{actionText}</Span>
Expand Down
2 changes: 1 addition & 1 deletion src/app/user/Stake/StakeRIF.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const StakeRIF = ({
symbol = 'RIF',
}: Props) => (
<div className="px-[50px] py-[20px]">
<Header className="text-center" fontFamily="kk-topo">
<Header className="text-center font-normal" fontFamily="kk-topo">
{textsDependingOnAction[actionName].modalTitle}
{symbol}
</Header>
Expand Down
2 changes: 1 addition & 1 deletion src/app/user/Stake/StakeStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const StakeStatus = ({
<LuBadgeCheck size={48} color="var(--color-primary)" />
</div>
</div>
<Header className="mt-[62px] text-center" fontFamily="kk-topo">
<Header className="mt-[62px] text-center font-normal" fontFamily="kk-topo">
{textsDependingOnAction[actionName].inProcess}
</Header>
<Span className="text-center">{textsDependingOnAction[actionName].description}</Span>
Expand Down

0 comments on commit 5afef04

Please sign in to comment.