mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Refine InfoView
This commit is contained in:
@@ -84,7 +84,7 @@ struct UserSessionOverview: View {
|
||||
.accentColor(theme.colors.accent)
|
||||
.bottomSheet(isPresented: $viewModel.showBottomSheet) {
|
||||
InfoView(title: viewModel.viewState.bottomSheetTitle,
|
||||
descripion: viewModel.viewState.bottomSheetDescription,
|
||||
description: viewModel.viewState.bottomSheetDescription,
|
||||
action: .init(text: VectorL10n.userSessionGotIt, action: { viewModel.showBottomSheet = false }))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user