Remove gradient in some places for visibility
Changelog-Changed: Remove gradient in some places for visibility
This commit is contained in:
committed by
William Casarin
parent
f2ce146e98
commit
39f39c7382
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user