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

View file

@ -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) {