mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
More tint color changes
This commit is contained in:
@@ -94,7 +94,7 @@ struct UserSessionOverview: View {
|
||||
.accessibilityIdentifier(VectorL10n.signOut)
|
||||
} label: {
|
||||
Image(systemName: "ellipsis")
|
||||
.foregroundColor(theme.colors.accent)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
.padding(.horizontal, 4)
|
||||
.padding(.vertical, 12)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user