Add preview for progressIndicatorTrackColor

Forgot to add it in https://github.com/vector-im/element-x-android/pull/1295
This commit is contained in:
Marco Romano 2023-09-15 09:24:55 +02:00
parent aeea7e80b6
commit 2bd442b3a4

View file

@ -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,
)
)