Skip to content

Commit

Permalink
Edit the profile photo size in the TabBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjadoudeh committed Feb 5, 2022
1 parent 3b7b112 commit a4fbf0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions Instagram/Components/TabBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ struct TabBar: View {
Image("shop")
}

// Image("amjad1")
// .resizable()
// .frame(width: 24, height: 24)
// .cornerRadius(50)
Image("amjad1")
.resizable()
.frame(width: 21, height: 21)
.cornerRadius(50)
.tabItem{
Image("amjad-tap")
}

}
}
Expand Down

0 comments on commit a4fbf0a

Please sign in to comment.