This commit is contained in:
Trey t
2022-02-24 20:34:30 -06:00
parent 0c6c9ef511
commit 9d80daee61

View File

@@ -139,7 +139,8 @@ struct FilterView: View {
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 44, maxHeight: 44) .frame(minWidth: 0, maxWidth: .infinity, minHeight: 44, maxHeight: 44)
.cornerRadius(10) .cornerRadius(10)
.padding([.leading, .trailing]) .padding([.leading, .trailing])
.colorScheme(.light) .foregroundColor(theme.currentTheme.labelColor)
.accentColor(theme.currentTheme.labelColor)
ZStack { ZStack {
theme.currentTheme.secondaryBGColor theme.currentTheme.secondaryBGColor
@@ -156,7 +157,7 @@ struct FilterView: View {
.cornerRadius(10) .cornerRadius(10)
.padding([.leading, .trailing]) .padding([.leading, .trailing])
.foregroundColor(theme.currentTheme.labelColor) .foregroundColor(theme.currentTheme.labelColor)
.colorScheme(.light) .accentColor(theme.currentTheme.labelColor)
ZStack { ZStack {
theme.currentTheme.secondaryBGColor theme.currentTheme.secondaryBGColor