Add preview for progressIndicatorTrackColor #1344

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 10:07:18 +02:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

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