Fix icon for isonline icon

This commit is contained in:
Garth Vander Houwen 2024-03-26 19:17:13 -07:00
parent 0c112e2a55
commit d9ab828d4a

View file

@ -52,6 +52,7 @@ struct NodeListFilter: View {
} icon: {
Image(systemName: "checkmark.circle.fill")
.foregroundColor(.green)
.symbolRenderingMode(.hierarchical)
}
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
@ -124,7 +125,7 @@ struct NodeListFilter: View {
.padding(.bottom)
#endif
}
.presentationDetents([.fraction(0.35), .fraction(0.45)])
.presentationDetents([.fraction(0.40), .fraction(0.50)])
.presentationDragIndicator(.visible)
}
}