Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHeaps committed Oct 10, 2023
1 parent 4409307 commit d260750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BraveWallet/Crypto/MainMenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ struct MainMenuView: View {
if #available(iOS 16, *) {
view
.presentationDetents([
.height(viewHeight),
.large
.height(viewHeight)
])
} else {
view
Expand Down Expand Up @@ -168,6 +167,7 @@ private struct MenuRowView<AccessoryContent: View>: View {
Spacer()
accessoryContent()
}
.font(.callout.weight(.semibold))
.padding(.horizontal)
}
}

0 comments on commit d260750

Please sign in to comment.