We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef59bc commit 82b75baCopy full SHA for 82b75ba
WooCommerce/Classes/ViewRelated/Authentication/AccountCreationFormFieldView.swift
@@ -64,7 +64,7 @@ struct AccountCreationFormFieldView: View {
64
showsSecureInput.toggle()
65
}) {
66
Image(systemName: showsSecureInput ? "eye.slash" : "eye")
67
- .accentColor(.gray)
+ .accentColor(Color(.textSubtle))
68
.frame(width: Layout.secureFieldRevealButtonDimension * scale,
69
height: Layout.secureFieldRevealButtonDimension * scale)
70
.padding(.leading, Layout.secureFieldRevealButtonHorizontalPadding)
0 commit comments