misc: background color

This commit is contained in:
mrFq1
2023-05-24 00:20:14 +08:00
parent ff83020c00
commit 7fabbe2394
5 changed files with 4 additions and 5 deletions
@@ -16,7 +16,7 @@ struct ConnectionsView: View {
CollectionsTableView(data: data.conns,
filterString: searchString)
.background(.white)
.background(Color(nsColor: .textBackgroundColor))
.searchable(text: $searchString)