From 92110afc158ac6ee7c68d5e975144bafa6c58396 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:05:27 +0100 Subject: [PATCH] Fix CompoundUIColors._bgCodeBlock to match CompoundColors._bgCodeBlock (#108) --- Sources/Compound/Colors/CompoundUIColors.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Compound/Colors/CompoundUIColors.swift b/Sources/Compound/Colors/CompoundUIColors.swift index 7642f1d..2f4f878 100644 --- a/Sources/Compound/Colors/CompoundUIColors.swift +++ b/Sources/Compound/Colors/CompoundUIColors.swift @@ -56,7 +56,7 @@ public class CompoundUIColors { /// This token is a placeholder and hasn't been finalised. @available(iOS, deprecated: 17.0, message: "This token should be generated by now.") - public let _bgCodeBlock = UIColor { $0.isLight ? coreTokens.gray500 : coreTokens.gray700 } + public let _bgCodeBlock = coreTokens.gray100 /// This token is a placeholder and hasn't been finalised. @available(iOS, deprecated: 17.0, message: "This token should be generated by now.") public let _bgSubtleSecondaryAlpha = coreTokens.alphaGray300