diff --git a/Packages/Account/Sources/Account/AccountDetailView.swift b/Packages/Account/Sources/Account/AccountDetailView.swift index 999650b3..5568c06d 100644 --- a/Packages/Account/Sources/Account/AccountDetailView.swift +++ b/Packages/Account/Sources/Account/AccountDetailView.swift @@ -339,8 +339,9 @@ public struct AccountDetailView: View { StatusRowView(viewModel: .init(status: status)) } .padding(.horizontal, .layoutPadding) - Divider() - .padding(.vertical, .dividerPadding) + Rectangle() + .frame(height: 12) + .foregroundColor(theme.secondaryBackgroundColor) } } }