Skip to content

Commit

Permalink
fix: Update padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Aug 29, 2023
1 parent b5ca1bc commit 40a250e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mail/Views/Switch User/CreateAccountView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ struct CreateAccountView: View {
Text(MailResourcesStrings.Localizable.newAccountStorageMail)
.textStyle(.labelMediumAccent)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding()
.padding(8)
.background(accentColor.secondary.swiftUIColor)
.clipShape(Capsule())
.multilineTextAlignment(.center)
Text(MailResourcesStrings.Localizable.newAccountStorageDrive)
.textStyle(.labelMediumAccent)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding()
.padding(8)
.background(accentColor.secondary.swiftUIColor)
.clipShape(Capsule())
.multilineTextAlignment(.center)
Expand Down

0 comments on commit 40a250e

Please sign in to comment.