Skip to content

Commit

Permalink
feat: updated styles following figma
Browse files Browse the repository at this point in the history
  • Loading branch information
gbattistel committed Jan 20, 2025
1 parent 5ad2752 commit 463ae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TelnyxWebRTCDemo/Views/SipCredentialHeader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ struct SipCredentialHeader: View {
.foregroundColor(Color(hex: "#1D1D1D"))
}
}
.padding(.top, 20)
HStack {
Button(action: onAddProfile) {
Text("+ Add new profile")
Expand Down
1 change: 1 addition & 0 deletions TelnyxWebRTCDemo/Views/SipCredentialsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ struct SipCredentialsView: View {
}
.listRowInsets(EdgeInsets())
.listRowSeparator(.hidden)
.listRowBackground(Color.white)
}
}
}
Expand Down

0 comments on commit 463ae44

Please sign in to comment.