-
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
[ABW-3675] Approved dApps background issue #1267
Conversation
VStack(spacing: .medium1) { | ||
Text(L10n.AuthorizedDapps.subtitle) | ||
.textBlock | ||
.frame(maxWidth: .infinity, alignment: .leading) |
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.
Here's the fix
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 would put this under the ScrollView
. Otherwise, if we ever remove or modify this Text
, is possible that we make the same mistake again.
VStack(spacing: .medium1) { | ||
Text(L10n.AuthorizedDapps.subtitle) | ||
.textBlock | ||
.frame(maxWidth: .infinity, alignment: .leading) |
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 would put this under the ScrollView
. Otherwise, if we ever remove or modify this Text
, is possible that we make the same mistake again.
Jira ticket: ABW-3675
Description
AuthorizedDappsFeature
Screenshot