Skip to content

Commit

Permalink
Add _bgBubbleHighlighted colour. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Apr 17, 2024
1 parent 43310aa commit 065d04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Compound/Colors/CompoundColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 065d04c

Please sign in to comment.