mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
More tint color changes
This commit is contained in:
@@ -52,7 +52,7 @@ struct MultilineTextField: View {
|
||||
|
||||
private var borderColor: Color {
|
||||
if isEditing {
|
||||
return theme.colors.accent
|
||||
return Color(ThemeService.shared().theme.tintColor)
|
||||
}
|
||||
|
||||
return theme.colors.quarterlyContent
|
||||
|
||||
Reference in New Issue
Block a user