From 8d452094d6123bc4d054523a6bb046cda07a4d01 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 23 Jan 2023 10:28:08 +0800 Subject: [PATCH] Use white for checked border on label selector --- apple/OmnivoreKit/Sources/Views/TextChip.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/TextChip.swift b/apple/OmnivoreKit/Sources/Views/TextChip.swift index 939cd781f..9ee5bdd0d 100644 --- a/apple/OmnivoreKit/Sources/Views/TextChip.swift +++ b/apple/OmnivoreKit/Sources/Views/TextChip.swift @@ -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 {