Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-2672 Add redeem deadline warning #2673

Merged
merged 3 commits into from
Sep 15, 2022

Conversation

elgatovital
Copy link
Contributor

Handles #2672

Changes proposed in this pull request:

  • Add redeem deadline warning

@elgatovital elgatovital self-assigned this Sep 15, 2022
@@ -44,6 +46,8 @@ class ClaimedAmountInputCell: UITableViewCell {
descriptionLabel.text = "Select all tokens or custom amount."
descriptionLabel.setStyle(.secondary)

redeemWarningLabel.setStyle(.footnote2.color(UIColor(hex: "#B2BBC0")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be its own style? smallprint for example?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used in two places already:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Label style is defined in figma as footnote2 with #B2BBC0 color. Let's revisit this later if we have more usages of this style and color combination. cc @TanyaEfremova

Copy link
Contributor

@biafra23 biafra23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@MouazAlzahabi MouazAlzahabi merged commit 560c857 into main Sep 15, 2022
@MouazAlzahabi MouazAlzahabi deleted the gh-2672/redeem_deadline_warning branch September 15, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants