Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ## 💸 TL;DR <!-- What's the three sentence summary of purpose of the PR --> The width was always two pixels off because the border is two pixels. This is a lot more noticable now that we have `context.dimensions`. Added a calc to make it right. ![CleanShot 2024-04-10 at 15 34 42@2x](https://github.com/reddit/play/assets/153219522/2ca24611-fee7-4f69-8193-be830f0f6677) ## 📜 Details [Design Doc](<!-- insert Google Doc link here if applicable -->) [Jira](<!-- insert Jira link if applicable -->) <!-- Add additional details required for the PR: breaking changes, screenshots, external dependency changes --> ## 🧪 Testing Steps / Validation <!-- add details on how this PR has been tested, include reproductions and screenshots where applicable --> ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [x] CI tests (if present) are passing - [x] Adheres to code style for repo - [x] Contributor License Agreement (CLA) completed if not a Reddit employee
- Loading branch information