Skip to content

Commit

Permalink
feat: update modals colors
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Mar 6, 2024
1 parent eb8f304 commit 2282850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/features/staking/components/modals/rewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const RewardsModal = () => {
<div className="mb-[16px] uppercase">
<HeroText>CLAIMING</HeroText>
</div>
<div className="mb-[16px]">
<div className="mb-[16px] text-typo-100">
Wait until your rewards are withdrawn.
</div>
<Button isLoading />
Expand All @@ -74,7 +74,7 @@ const RewardsModal = () => {
<div className="mb-[16px] uppercase">
<HeroText>Success!</HeroText>
</div>
<div className="mb-[16px]">
<div className="mb-[16px] text-typo-100">
You have claimed your staking rewards successfully.
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/features/staking/components/modals/staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const StakingModal = () => {
<div className="mb-[16px]">
<HeroText>SUCCESS!</HeroText>
</div>
<div>
<div className="text-typo-100">
You have successfully staked on{" "}
{validator.description.moniker}. Thank you for contributing
in securing the XION network.
Expand All @@ -131,7 +131,7 @@ const StakingModal = () => {
<div className="mb-[16px]">
<HeroText>REVIEW</HeroText>
</div>
<div>
<div className="text-typo-100">
Get ready to stake your XION token with{" "}
{validator.description.moniker}. Press 'Confirm' to proceed.
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/features/staking/components/modals/unstaking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const UnstakingModal = () => {
<div className="mb-[16px]">
<HeroText>SUCCESS!</HeroText>
</div>
<div>
<div className="text-typo-100">
You have successfully unstaked from{" "}
{validator.description.moniker}. It takes {unbondingDays}{" "}
days to complete the unstaking process
Expand All @@ -135,7 +135,7 @@ const UnstakingModal = () => {
<div className="mb-[16px]">
<HeroText>REVIEW</HeroText>
</div>
<div>
<div className="text-typo-100">
Unstaking your XION Token means you'll stop earning rewards.
Remember, it takes {unbondingDays} days to complete the
unstaking process.
Expand Down

0 comments on commit 2282850

Please sign in to comment.