Skip to content

Commit

Permalink
[ABW-3539] UI Adjustments - Account permission (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Jul 30, 2024
1 parent 51f8cf7 commit 74c6cf2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension AccountPermission {
) { viewStore in
GeometryReader { geometry in
ScrollView {
VStack(spacing: .medium2) {
VStack(spacing: .zero) {
DappHeader(
thumbnail: viewStore.thumbnail,
title: viewStore.title,
Expand All @@ -58,14 +58,14 @@ extension AccountPermission {
.padding(.medium1)
}
.padding(.horizontal, .medium2)

Spacer()
.padding(.top, .large1)

Text(L10n.DAppRequest.AccountPermission.updateInSettingsExplanation)
.foregroundColor(.app.gray2)
.textStyle(.body1Regular)
.multilineTextAlignment(.center)
.padding(.horizontal, .medium2)
.padding(.top, .medium1)

Spacer()
}
Expand Down

0 comments on commit 74c6cf2

Please sign in to comment.