More tint color changes

This commit is contained in:
Arnfried Griesert
2023-03-06 22:11:23 +01:00
parent 9705d935c9
commit d5d299a357
45 changed files with 187 additions and 43 deletions
@@ -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)
}