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

@@ -24,7 +24,7 @@ struct OverviewTopItemView: View {
}
.frame(width: 125)
.padding(EdgeInsets(top: 10, leading: 13, bottom: 10, trailing: 13))
.background(.white)
.background(Color(nsColor: .textBackgroundColor))
.cornerRadius(10)
}
}