-
Notifications
You must be signed in to change notification settings - Fork 14
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 dashboard icons #1046
Fix dashboard icons #1046
Conversation
|
b5c8f35
to
17aabaf
Compare
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.
The bugs I found don't seem related to this PR, so I'll approve. They can be address in a separate PR.
@@ -67,7 +67,7 @@ export default BalanceSummary | |||
const BalanceSummaryContainer = styled.View` | |||
justify-content: center; | |||
align-items: center; | |||
margin: 10px 0; |
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 can't seem to be able to test the wallet connect modal on ios...
Kapture.2024-12-12.at.22.03.10.mp4
@@ -91,7 +90,6 @@ const NFTsGrid = forwardRef( | |||
export default NFTsGrid | |||
|
|||
const NFTThumbnailContainer = styled.View` | |||
//margin-bottom: ${gap}px; |
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.
17aabaf
to
b49eec9
Compare
No description provided.