Refine InfoView

This commit is contained in:
Alfonso Grillo
2022-10-26 18:35:29 +02:00
parent e249fa5c9f
commit d26c919f80
4 changed files with 29 additions and 28 deletions
@@ -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 }))
}
}