fixing circles for status showing black and covering.
This commit is contained in:
@@ -42,9 +42,9 @@ struct CircleFooterView: View {
|
|||||||
.frame(width: 10, height: 10)
|
.frame(width: 10, height: 10)
|
||||||
.foregroundColor(Color.green)
|
.foregroundColor(Color.green)
|
||||||
case .offline:
|
case .offline:
|
||||||
Circle()
|
EmptyView()
|
||||||
default:
|
default:
|
||||||
Circle()
|
EmptyView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(5)
|
.padding(5)
|
||||||
|
|||||||
@@ -103,9 +103,9 @@ struct CircleNavigationView: View {
|
|||||||
.frame(width: 10, height: 10)
|
.frame(width: 10, height: 10)
|
||||||
.foregroundColor(Color.green)
|
.foregroundColor(Color.green)
|
||||||
case .offline:
|
case .offline:
|
||||||
Circle()
|
EmptyView()
|
||||||
default:
|
default:
|
||||||
Circle()
|
EmptyView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user