mirror of
https://github.com/neon443/RNG_Swift.git
synced 2026-03-11 06:49:12 +00:00
fix vendor lookup
minor ui
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user