Skip to content

Commit

Permalink
Merge pull request #1943 from holium/fix-passport-modal-z-index
Browse files Browse the repository at this point in the history
Fix passport elevation in settings
  • Loading branch information
gdbroman authored Jul 28, 2023
2 parents d4e6ff8 + c562131 commit e9f7e2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const AccountPassportSection = ({ account }: Props) => {
<SettingSection
title="Passport"
onSubmit={onSubmit}
elevation={2}
body={
<>
<PassportForm
Expand Down

0 comments on commit e9f7e2f

Please sign in to comment.