-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: main
Are you sure you want to change the base?
fix:DEV-846/vertically misaligned buttons in wallet popup on in spiri… #97
Conversation
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.
seems you will need to update the uikit to resolve the conflicts and be able to merge the changes
88b9cc4
to
5c81729
Compare
5c81729
to
f1683be
Compare
…-wallet-popup-on-in-spirit-page
…-wallet-popup-on-in-spirit-page
@@ -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)))); |
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.
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, |
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.
same here, this shouldn't change
FIX:DEV-846 vertically misaligned buttons in wallet popup on in spirit page
Description
-misalignment of "View of FTM scan" button
Screenshots
Before
After