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

fix:DEV-846/vertically misaligned buttons in wallet popup on in spiri… #97

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sourabh7047
Copy link

FIX:DEV-846 vertically misaligned buttons in wallet popup on in spirit page

Description
-misalignment of "View of FTM scan" button

Screenshots
Before
image
After
UIKITafter

Copy link
Contributor

@evele evele left a comment

Choose a reason for hiding this comment

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

seems you will need to update the uikit to resolve the conflicts and be able to merge the changes

@sourabh7047 sourabh7047 force-pushed the fix/DEV-846-vertically-misaligned-buttons-in-wallet-popup-on-in-spirit-page branch 2 times, most recently from 88b9cc4 to 5c81729 Compare December 31, 2021 10:41
@sourabh7047 sourabh7047 force-pushed the fix/DEV-846-vertically-misaligned-buttons-in-wallet-popup-on-in-spirit-page branch from 5c81729 to f1683be Compare December 31, 2021 10:43
@@ -2963,11 +2964,14 @@ var PanelBody = function (_a) {
React__default['default'].createElement(MenuWrapper, null,
iconElement,
React__default['default'].createElement(LinkLabelMemo, { isPushed: isPushed, inSpirit: inSpiritLinks }, entry.label),
entry.newIcon ? React__default['default'].createElement(NewIcon, null) : null))));
Copy link
Contributor

Choose a reason for hiding this comment

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

this shouln't be changed the right code it's the one on the line 2966

];
if (isMobile) {
connectors.push({
title: "Trust Wallet",
icon: Icon$1t,
connectorId: exports.ConnectorNames.Injected,
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, this shouldn't change

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.

2 participants