fix vendor lookup

minor ui
This commit is contained in:
neon443
2025-04-28 19:57:03 +01:00
parent 9c68de0af0
commit b49957d54c
2 changed files with 24 additions and 21 deletions

View File

@@ -17,9 +17,13 @@ struct IPView: View {
Text("IPv6").tag(6)
}
.pickerStyle(SegmentedPickerStyle())
Text(ip)
.contentTransition(.numericText())
}
Text(ip)
.font(.system(size: 30))
.foregroundColor(.gray)
.frame(height: 40)
.contentTransition(.numericText())
.monospaced()
Button {
withAnimation {
ip = generateIPv(ipType)