Skip to content

Commit

Permalink
Fix DisclosureGroup fields bug on SignUpView (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok authored Jul 21, 2023
1 parent ec5a7bc commit 11f2aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public struct SignUpView: View {
router: viewModel.router,
configuration: viewModel.config,
cssInjector: viewModel.cssInjector,
proxy: proxy)
proxy: proxy).padding(.horizontal, 1)
}, label: {
Text(disclosureGroupOpen
? AuthLocalization.SignUp.hideFields
Expand Down

0 comments on commit 11f2aad

Please sign in to comment.