Skip to content

Commit 6338593

Browse files
committed
Adjust pill neutral colours
1 parent dd96117 commit 6338593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DesignSystem/Sources/DesignSystem/Theme/AppColors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public enum AppColors {
8080
case .dark:
8181
return Color.secondary.opacity(0.1)
8282
@unknown default:
83-
return Color.secondary.opacity(0.1)
83+
return Color.secondary.opacity(0.14)
8484
}
8585
}
8686

DesignSystem/Tests/DesignSystemTests/AppColorsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct AppColorsTests {
127127
AppColors.pillBackground(for: .comments, colorScheme: .light),
128128
style: .light
129129
)
130-
let expectedNeutralBackground = resolvedColor(Color.secondary.opacity(0.1), style: .light)
130+
let expectedNeutralBackground = resolvedColor(Color.secondary.opacity(0.14), style: .light)
131131
#expect(lightNeutralBackground.approximatelyEquals(expectedNeutralBackground, tolerance: 0.01))
132132

133133
let lightAccentForeground = resolvedColor(

0 commit comments

Comments
 (0)