mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use white for checked border on label selector
This commit is contained in:
parent
a3e217f2f3
commit
8d452094d6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public struct TextChip: View {
|
|||
}
|
||||
|
||||
var checkedBorderColor: Color {
|
||||
colorScheme == .dark ? Color.appCtaYellow : Color.black
|
||||
colorScheme == .dark ? Color.white : Color.black
|
||||
}
|
||||
|
||||
var borderColor: Color {
|
||||
|
|
|
|||
Loading…
Reference in a new issue