Skip to content

Commit

Permalink
feat: [JIRA: HCPSDKFIORIUIKIT-2508] [New Color System] Sort & Filter …
Browse files Browse the repository at this point in the history
…Form (#663)
  • Loading branch information
AlexXiong-dev authored Mar 15, 2024
1 parent 0099b37 commit 9a6b56e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import FioriThemeManager
import SwiftUI

extension Fiori {
Expand Down Expand Up @@ -75,6 +76,7 @@ extension SortFilterView: View {
_items
.environmentObject(context)
}
.background(Color.preferredColor(.chromeSecondary))
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ extension _SortFilterCFGItemContainer: View {
.background(Color.preferredColor(.secondaryGroupedBackground))
}
}
.background(Color.preferredColor(.secondaryBackground))
.background(Color.preferredColor(.primaryGroupedBackground))
}
.background(Color.preferredColor(.primaryGroupedBackground))
.onChange(of: self._items) { _ in
self.checkUpdateButtonState()
}
Expand Down

0 comments on commit 9a6b56e

Please sign in to comment.