Skip to content

Commit be1f51b

Browse files
committed
Use default font and size
1 parent 54ea164 commit be1f51b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebaseai/FirebaseAIExample/Features/Live/Views/ConnectButton.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ struct ConnectButton: View {
5858
var body: some View {
5959
Button(action: onClick) {
6060
Label(title, systemImage: image)
61-
.font(.title2.bold())
62-
.frame(maxWidth: .infinity)
6361
.padding()
6462
}.disabled(state == .connecting).overlay(
6563
RoundedRectangle(cornerRadius: 35)

0 commit comments

Comments
 (0)