mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
MESSENGER-4516 device manager anpassungen
This commit is contained in:
committed by
Frank Rotermund
parent
05214e6a37
commit
4334170650
@@ -73,7 +73,7 @@ struct InlineTextButton: View {
|
||||
var text: Text = .init(component.string)
|
||||
|
||||
if component.isTinted {
|
||||
text = text.foregroundColor(.accentColor.opacity(configuration.isPressed ? 0.2 : 1))
|
||||
text = text.foregroundColor(Color(ThemeService.shared().theme.tintColor).opacity(configuration.isPressed ? 0.2 : 1))
|
||||
}
|
||||
|
||||
return lastValue + text
|
||||
|
||||
Reference in New Issue
Block a user