Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Oct 16, 2023
1 parent 65015d9 commit 93cd9d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/StreamVideoSwiftUI/Utils/HelperViews.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public struct CallIconView: View {
public var body: some View {
ZStack {
Circle().fill(
iconStyle.backgroundColor.opacity(iconStyle.opacity)
//iconStyle.backgroundColor.opacity(iconStyle.opacity)
Color.blue
)
icon
.resizable()
Expand Down

0 comments on commit 93cd9d4

Please sign in to comment.