MESSENGER-4516 device manager anpassungen

This commit is contained in:
Arnfried Griesert
2023-04-28 06:28:47 +00:00
committed by Frank Rotermund
parent 280d19922f
commit d9f9798643
18 changed files with 54 additions and 29 deletions
@@ -99,6 +99,7 @@ struct UserSessionCardView: View {
} label: {
Text(VectorL10n.userSessionVerifyAction)
.font(theme.fonts.body)
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
}
.buttonStyle(PrimaryActionButtonStyle())
.padding(.top, 4)
@@ -109,7 +110,7 @@ struct UserSessionCardView: View {
if viewData.isCurrentSessionDisplayMode, displayMode == .compact {
Text(VectorL10n.userSessionViewDetails)
.font(theme.fonts.body)
.foregroundColor(theme.colors.accent)
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
.accessibilityIdentifier("userSessionCardViewDetails")
.padding(.top, 8)
}