mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 00:55:28 +00:00
Timeline: Add spacing between loader and unread count
This commit is contained in:
parent
6e9bff575d
commit
fd190378c6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ struct TimelineUnreadStatusesView: View {
|
||||||
Button {
|
Button {
|
||||||
observer.scrollToIndex?(observer.pendingStatusesCount)
|
observer.scrollToIndex?(observer.pendingStatusesCount)
|
||||||
} label: {
|
} label: {
|
||||||
HStack {
|
HStack(spacing: 8) {
|
||||||
if observer.isLoadingNewStatuses {
|
if observer.isLoadingNewStatuses {
|
||||||
ProgressView()
|
ProgressView()
|
||||||
.tint(theme.labelColor)
|
.tint(theme.labelColor)
|
||||||
|
|
Loading…
Reference in a new issue