diff options
Diffstat (limited to 'Hutch/Views/Home')
| -rw-r--r-- | Hutch/Views/Home/HomeView.swift | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Hutch/Views/Home/HomeView.swift b/Hutch/Views/Home/HomeView.swift index 105b62b..b10926a 100644 --- a/Hutch/Views/Home/HomeView.swift +++ b/Hutch/Views/Home/HomeView.swift @@ -94,6 +94,7 @@ struct HomeView: View { ) } .buttonStyle(.plain) + .themedRow() } } } @@ -109,6 +110,7 @@ struct HomeView: View { emphasis: .action ) } + .themedRow() } } @@ -126,6 +128,7 @@ struct HomeView: View { .disabled(isOpeningRecentItem) .listRowSeparator(.hidden) } + .themedRow() } } } @@ -143,6 +146,7 @@ struct HomeView: View { emphasis: .monitoring ) } + .themedRow() } } @@ -156,6 +160,7 @@ struct HomeView: View { } label: { HomeCompactMessageRow(text: "Pin projects for quick access", systemImage: "pin") } + .themedRow() } else { LazyVGrid( columns: [ @@ -174,6 +179,7 @@ struct HomeView: View { } } .padding(.vertical, 2) + .themedRow() } } } |
