Skip to content

Commit

Permalink
fixed console section being too close to the edges
Browse files Browse the repository at this point in the history
  • Loading branch information
c22dev committed Nov 28, 2023
1 parent b12f9c4 commit 578b579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion TipsGotTrolled/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct ContentView: View {
}
}
}
.frame(width: UIScreen.main.bounds.width - 75, height: 250)
.frame(width: UIScreen.main.bounds.width - 80, height: 250)
}
.padding()
}
Expand Down

0 comments on commit 578b579

Please sign in to comment.