We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeea7e8 commit 2bd442bCopy full SHA for 2bd442b
libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/ColorAliases.kt
@@ -100,6 +100,7 @@ private fun ContentToPreview() {
100
"placeholderBackground" to ElementTheme.colors.placeholderBackground,
101
"messageFromMeBackground" to ElementTheme.colors.messageFromMeBackground,
102
"messageFromOtherBackground" to ElementTheme.colors.messageFromOtherBackground,
103
+ "progressIndicatorTrackColor" to ElementTheme.colors.progressIndicatorTrackColor,
104
"temporaryColorBgSpecial" to ElementTheme.colors.temporaryColorBgSpecial,
105
)
106
0 commit comments