Skip to content

Commit e3a58b7

Browse files
committed
Use non fill variants of icons
1 parent ef9510b commit e3a58b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ struct ConnectButton: View {
3333

3434
private var image: String {
3535
switch state {
36-
case .connected: "stop.fill"
37-
case .connecting: "wifi.square.fill"
38-
case .idle: "play.square.fill"
36+
case .connected: "stop"
37+
case .connecting: "wifi"
38+
case .idle: "play"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)