update icons

This commit is contained in:
ericholguin
2023-03-25 08:22:19 -06:00
parent b2ee924692
commit d15a2f0401
4 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -36,13 +36,13 @@ struct RelayView: View {
Spacer()
Image(systemName: "info.circle")
.font(.system(size: 20, weight: .medium))
.font(.system(size: 20, weight: .regular))
.foregroundColor(Color.accentColor)
} else {
Text(relay)
Spacer()
Image(systemName: "questionmark.circle")
.font(.system(size: 20, weight: .medium))
.font(.system(size: 20, weight: .regular))
.foregroundColor(.gray)
}
}