Use color from Semantics.
This commit is contained in:
parent
42b2b5980c
commit
e11f544133
2 changed files with 2 additions and 13 deletions
|
|
@ -66,13 +66,6 @@ val SemanticColors.temporaryColorBgSpecial
|
|||
val SemanticColors.pinDigitBg
|
||||
get() = if (isLight) LightColorTokens.colorGray300 else DarkColorTokens.colorGray400
|
||||
|
||||
@OptIn(CoreColorToken::class)
|
||||
val SemanticColors.currentUserMentionPillText
|
||||
get() = if (isLight) LightColorTokens.colorGreen1100 else DarkColorTokens.colorGreen1100
|
||||
|
||||
val SemanticColors.mentionPillText
|
||||
get() = textPrimary
|
||||
|
||||
@OptIn(CoreColorToken::class)
|
||||
val SemanticColors.bigCheckmarkBorderColor
|
||||
get() = if (isLight) LightColorTokens.colorGray400 else DarkColorTokens.colorGray400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue