mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
[ios] Made dark appearance colors actually dark and match the system more
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -310,6 +310,6 @@ struct SettingsView: View {
|
||||
.onReceive(Settings.syncStatePublisher) { syncState in
|
||||
isSyncPossible = syncState.isAvailable
|
||||
}
|
||||
.accentColor(.alternativeAccent)
|
||||
.accentColor(.toolbarAccent)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user