Chat's BusyIndicator was white (on white). Update its color to be visible.

This commit is contained in:
Julien Wadel 2023-03-28 13:18:07 +02:00
parent 79ddf32b1d
commit 8addc1375d
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed
- Fix using only username in URI handlers.
- Chat flickering on load.
- Color of busy indicator when the chat is loading.
- Update SDK to 5.2.42
## 5.0.14 - 2023-03-16

View file

@ -576,6 +576,7 @@ ColumnLayout {
anchors.left: filterButtons.right
anchors.leftMargin: 50
anchors.verticalCenter: parent.verticalCenter
color: BusyIndicatorStyle.alternateColor
running: chatArea.tryingToLoadMoreEntries
}