Skip to content

Commit 159de5c

Browse files
committed
Fix explicit color usage
1 parent 6fe2bca commit 159de5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebaseai/FirebaseAIExample/Shared/Views/TipView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct TipView: View {
2121
VStack(alignment: .leading, spacing: 5) {
2222
Label("Tip", systemImage: "info.circle")
2323
.bold()
24-
.foregroundStyle(.blue)
24+
.foregroundStyle(Color.accentColor)
2525
Text(text)
2626
.font(.caption)
2727
.italic()

0 commit comments

Comments
 (0)