diff --git a/V2er/View/Widget/Updatable/LoadmoreIndicatorView.swift b/V2er/View/Widget/Updatable/LoadmoreIndicatorView.swift index 48dc235..f64442d 100644 --- a/V2er/View/Widget/Updatable/LoadmoreIndicatorView.swift +++ b/V2er/View/Widget/Updatable/LoadmoreIndicatorView.swift @@ -30,6 +30,8 @@ struct LoadmoreIndicatorView: View { } } .padding() + .greedyWidth() + .background(Color.itemBg) } } diff --git a/V2er/View/Widget/Updatable/UpdatableView.swift b/V2er/View/Widget/Updatable/UpdatableView.swift index baf09a6..bfdea8c 100644 --- a/V2er/View/Widget/Updatable/UpdatableView.swift +++ b/V2er/View/Widget/Updatable/UpdatableView.swift @@ -76,6 +76,7 @@ struct UpdatableView: View { } } } + .background(Color.itemBg) .onChange(of: state.scrollToTop) { scrollToTop in guard scrollToTop != 0 else { return } withAnimation {