Skip to content

Commit

Permalink
perf(UI): adjust logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed May 5, 2024
1 parent a133a39 commit 15197ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct AboutTab: View {
.renderingMode(.original)
.frame(width: 100, height: 100)
.shadow(color: .gray, radius: 1, x: 0, y: 0.8)
.padding(.bottom, 33)
.padding(.bottom, 2)
.padding(.leading, 16)
.padding(.trailing, 16)
.onTapGesture {
Expand Down

0 comments on commit 15197ee

Please sign in to comment.