mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-02 11:03:44 +00:00
[ios] Changed settings to SwiftUI
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
090ed5044a
commit
fdbb41e0fd
@@ -136,7 +136,7 @@ extension GlobalStyleSheet: IStyleSheet {
|
||||
}
|
||||
case .switch:
|
||||
return .add { s in
|
||||
s.onTintColor = colors.linkBlue
|
||||
s.onTintColor = UIColor.accent
|
||||
}
|
||||
case .pageControl:
|
||||
return .add { s in
|
||||
|
||||
Reference in New Issue
Block a user