Skip to content

Commit

Permalink
Update colour. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Apr 23, 2024
1 parent 4af3fc9 commit 259b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Compound/Colors/CompoundColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259b941

Please sign in to comment.