diff --git a/Packages/Account/Sources/Account/AccountDetailView.swift b/Packages/Account/Sources/Account/AccountDetailView.swift index 6927a089..eef1b3fb 100644 --- a/Packages/Account/Sources/Account/AccountDetailView.swift +++ b/Packages/Account/Sources/Account/AccountDetailView.swift @@ -262,7 +262,7 @@ public struct AccountDetailView: View { .padding(.vertical, 8) .padding(.horizontal, DS.Constants.layoutPadding) .font(.headline) - .foregroundColor(.white) + .foregroundColor(theme.labelColor) } .contextMenu { Button("Delete list", role: .destructive) {