Remove gradient in some places for visibility

Changelog-Changed: Remove gradient in some places for visibility
This commit is contained in:
ericholguin
2023-03-29 15:19:11 -06:00
committed by William Casarin
parent f2ce146e98
commit 39f39c7382
4 changed files with 4 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ struct KeyView: View {
} icon: {
Image(systemName: "square.on.square.dashed")
.contentShape(Rectangle())
.foregroundColor(.gray)
.foregroundColor(.accentColor)
.frame(width: 20, height: 20)
}
.labelStyle(IconOnlyLabelStyle())