mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Padding fix
This commit is contained in:
@@ -109,7 +109,7 @@ struct UserOtherSessions: View {
|
||||
.foregroundColor(viewModel.viewState.enableSignOutButton ? theme.colors.alert : theme.colors.tertiaryContent)
|
||||
}
|
||||
.padding(.trailing, 16)
|
||||
.padding(.vertical, 10)
|
||||
.padding(.vertical, 12)
|
||||
.disabled(!viewModel.viewState.enableSignOutButton)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user