mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix icon for isonline icon
This commit is contained in:
parent
0c112e2a55
commit
d9ab828d4a
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue