We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea164 commit be1f51bCopy full SHA for be1f51b
firebaseai/FirebaseAIExample/Features/Live/Views/ConnectButton.swift
@@ -58,8 +58,6 @@ struct ConnectButton: View {
58
var body: some View {
59
Button(action: onClick) {
60
Label(title, systemImage: image)
61
- .font(.title2.bold())
62
- .frame(maxWidth: .infinity)
63
.padding()
64
}.disabled(state == .connecting).overlay(
65
RoundedRectangle(cornerRadius: 35)
0 commit comments