From 259b94104ce799725b9d140c6508312ee475d0a8 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:45:06 +0100 Subject: [PATCH] Update colour. (#70) --- Sources/Compound/Colors/CompoundColors.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Compound/Colors/CompoundColors.swift b/Sources/Compound/Colors/CompoundColors.swift index ea4830b..bcc85f6 100644 --- a/Sources/Compound/Colors/CompoundColors.swift +++ b/Sources/Compound/Colors/CompoundColors.swift @@ -132,7 +132,7 @@ public struct CompoundColors { public let _bgBubbleOutgoing = Color(UIColor { $0.isLight ? UIColor(compound.colorGray400) : UIColor(compound.colorGray500) }) /// 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 _bgBubbleHighlighted = compound.colorYellow200 + public let _bgBubbleHighlighted = compound.colorGreen300 /// 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 = compound.colorGray100