From 065d04ccbd4b5cfffa04428ed3869a3ad275ee04 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:58:26 +0100 Subject: [PATCH] Add _bgBubbleHighlighted colour. (#68) --- Sources/Compound/Colors/CompoundColors.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/Compound/Colors/CompoundColors.swift b/Sources/Compound/Colors/CompoundColors.swift index bc0716d..ea4830b 100644 --- a/Sources/Compound/Colors/CompoundColors.swift +++ b/Sources/Compound/Colors/CompoundColors.swift @@ -132,6 +132,9 @@ 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 + /// 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 /// This token is a placeholder and hasn't been finalised. @available(iOS, deprecated: 17.0, message: "This token should be generated by now.")