mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Fix list visibility in light theme (#22)
This commit is contained in:
parent
a3c1a2bc0f
commit
ef44e32e21
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue