-
Notifications
You must be signed in to change notification settings - Fork 78
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
Feature: Omen Airdrop Popup Modal Version 2 #2220
Conversation
…nto feature/2170
…ange into feature/2170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Frankaus Hey men I wen't through it once briefly and played around. I would suggest going through it all again and try to implement what I wrote. You have lots of stuff that its not necessary and just adds extra lines for no reason...
@@ -83,7 +84,7 @@ export const ModalAirdrop = (props: Props) => { | |||
<IconClose hoverEffect={true} onClick={onClose} /> | |||
</ModalNavigation> | |||
<Graphic /> | |||
<TYPE.heading2 color={'text1'} fontWeight={500} margin={'32px 0px 12px'}> | |||
<TYPE.heading2 color={'text1'} fontWeight={500} margin={'24px 0px 12px'}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I edited the margin top here to 24px because the Graphic above has a margin bottom of 8px. So together they add up to 32px as per the figma design
Testing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! GJ man!
closes #2170
closes #2230
Created Dai warning banner if user has not funded his account with Dai. Added texts and removed the check address functionality.
Testing