use bitcoin logo instead of dirty fiat
This commit is contained in:
@@ -11,9 +11,12 @@ struct RelayType: View {
|
|||||||
let is_paid: Bool
|
let is_paid: Bool
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
if is_paid {
|
||||||
Image(systemName: is_paid ? "dollarsign.circle.fill" : "globe.americas.fill")
|
Image("bitcoin-logo")
|
||||||
.foregroundColor(is_paid ? Color("DamusGreen") : .gray)
|
} else {
|
||||||
|
Image(systemName: "globe.americas.fill")
|
||||||
|
.foregroundColor(.gray)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user