From 2bd442b3a436bd7bc14a415c9c3c627dcb4c80d9 Mon Sep 17 00:00:00 2001 From: Marco Romano Date: Fri, 15 Sep 2023 09:24:55 +0200 Subject: [PATCH] Add preview for progressIndicatorTrackColor Forgot to add it in https://github.com/vector-im/element-x-android/pull/1295 --- .../element/android/libraries/designsystem/theme/ColorAliases.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/ColorAliases.kt b/libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/ColorAliases.kt index 52e0a69430..77ca4bd010 100644 --- a/libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/ColorAliases.kt +++ b/libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/ColorAliases.kt @@ -100,6 +100,7 @@ private fun ContentToPreview() { "placeholderBackground" to ElementTheme.colors.placeholderBackground, "messageFromMeBackground" to ElementTheme.colors.messageFromMeBackground, "messageFromOtherBackground" to ElementTheme.colors.messageFromOtherBackground, + "progressIndicatorTrackColor" to ElementTheme.colors.progressIndicatorTrackColor, "temporaryColorBgSpecial" to ElementTheme.colors.temporaryColorBgSpecial, ) )