closed #105
This commit is contained in:
@@ -139,7 +139,8 @@ struct FilterView: View {
|
||||
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 44, maxHeight: 44)
|
||||
.cornerRadius(10)
|
||||
.padding([.leading, .trailing])
|
||||
.colorScheme(.light)
|
||||
.foregroundColor(theme.currentTheme.labelColor)
|
||||
.accentColor(theme.currentTheme.labelColor)
|
||||
|
||||
ZStack {
|
||||
theme.currentTheme.secondaryBGColor
|
||||
@@ -156,7 +157,7 @@ struct FilterView: View {
|
||||
.cornerRadius(10)
|
||||
.padding([.leading, .trailing])
|
||||
.foregroundColor(theme.currentTheme.labelColor)
|
||||
.colorScheme(.light)
|
||||
.accentColor(theme.currentTheme.labelColor)
|
||||
|
||||
ZStack {
|
||||
theme.currentTheme.secondaryBGColor
|
||||
|
||||
Reference in New Issue
Block a user