Fix list visibility in light theme (#22)
This commit is contained in:
parent
a3c1a2bc0f
commit
ef44e32e21
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue