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)
|
||||
.foregroundColor(Color.green)
|
||||
case .offline:
|
||||
Circle()
|
||||
EmptyView()
|
||||
default:
|
||||
Circle()
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
.padding(5)
|
||||
|
||||
@@ -103,9 +103,9 @@ struct CircleNavigationView: View {
|
||||
.frame(width: 10, height: 10)
|
||||
.foregroundColor(Color.green)
|
||||
case .offline:
|
||||
Circle()
|
||||
EmptyView()
|
||||
default:
|
||||
Circle()
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user