Skip to content

Commit 2e9d4f7

Browse files
authored
Update the questionmark icon color in the alt text view (#633)
2 parents c5a6abd + 020bfa0 commit 2e9d4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GravatarUI/SwiftUI/AvatarPicker/Views/AltTextEditorView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ struct AltTextEditorView: View {
163163
.resizable()
164164
.aspectRatio(contentMode: .fit)
165165
.frame(width: 18, height: 18)
166-
.font(.footnote.weight(.light))
167-
.foregroundColor(Color(UIColor.label))
166+
.font(.footnote)
167+
.foregroundColor(Color(UIColor.gravatarBlue))
168168
}
169169
}
170170

0 commit comments

Comments
 (0)