Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 6, 2024
1 parent ed67279 commit a6525c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/FireSide/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ struct JoinChatView : View {
TextField(text: $chatKey) {
Text("Chat Key", bundle: .module)
}
#if !os(macOS)
.keyboardType(.decimalPad)
.textFieldStyle(.roundedBorder)
#endif
.padding()
}
}
Expand Down

0 comments on commit a6525c9

Please sign in to comment.