Skip to content

Commit 82b75ba

Browse files
committed
Update image color to textSubtle.
1 parent 4ef59bc commit 82b75ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Authentication/AccountCreationFormFieldView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct AccountCreationFormFieldView: View {
6464
showsSecureInput.toggle()
6565
}) {
6666
Image(systemName: showsSecureInput ? "eye.slash" : "eye")
67-
.accentColor(.gray)
67+
.accentColor(Color(.textSubtle))
6868
.frame(width: Layout.secureFieldRevealButtonDimension * scale,
6969
height: Layout.secureFieldRevealButtonDimension * scale)
7070
.padding(.leading, Layout.secureFieldRevealButtonHorizontalPadding)

0 commit comments

Comments
 (0)