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

View File

@@ -44,7 +44,6 @@ struct LogsView: View {
.width(min: 40, max: 65)
TableColumn("", value: \.log)
}
.background(.white)
.searchable(text: $searchString)
}
}