Timeline permalink : add focused event modifier

This commit is contained in:
ganfra 2024-04-23 16:58:23 +02:00
parent 3c961a2693
commit 20e172c2a6
5 changed files with 104 additions and 60 deletions

View file

@ -149,6 +149,11 @@ val SemanticColors.bigIconDefaultBackgroundColor
val SemanticColors.bigCheckmarkBorderColor
get() = if (isLight) LightColorTokens.colorGray400 else DarkColorTokens.colorGray400
@OptIn(CoreColorToken::class)
val SemanticColors.highlightedMessageBackgroundColor
get() = if (isLight) LightColorTokens.colorGreen300 else DarkColorTokens.colorGreen300
@PreviewsDayNight
@Composable
internal fun ColorAliasesPreview() = ElementPreview {