From ef44e32e21f38e2c0a46ba5e9e420354def7ab7b Mon Sep 17 00:00:00 2001 From: Sean Goldin Date: Tue, 3 Jan 2023 00:40:05 -0600 Subject: [PATCH] Fix list visibility in light theme (#22) --- Packages/Account/Sources/Account/AccountDetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {