Skip to content

Commit

Permalink
Fix CompoundUIColors._bgCodeBlock to match CompoundColors._bgCodeBlock (
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Sep 24, 2024
1 parent 2ec3869 commit 92110af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Compound/Colors/CompoundUIColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92110af

Please sign in to comment.