mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MESSENGER-4516 device manager anpassungen
This commit is contained in:
committed by
Frank Rotermund
parent
280d19922f
commit
d9f9798643
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user