Fix list visibility in light theme (#22)

This commit is contained in:
Sean Goldin 2023-01-03 00:40:05 -06:00 committed by GitHub
parent a3c1a2bc0f
commit ef44e32e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public struct AccountDetailView: View {
.padding(.vertical, 8) .padding(.vertical, 8)
.padding(.horizontal, DS.Constants.layoutPadding) .padding(.horizontal, DS.Constants.layoutPadding)
.font(.headline) .font(.headline)
.foregroundColor(.white) .foregroundColor(theme.labelColor)
} }
.contextMenu { .contextMenu {
Button("Delete list", role: .destructive) { Button("Delete list", role: .destructive) {