Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: set specific border default (#5786)
**Problem:** Today we have an empty border section in the inspector when an element doesn't have a border. This is since our code doesn't consider the computed value as "default", so it mistakenly shows the UI for them as set. So there is no "empty state" in the border control: <img width="302" alt="image" src="https://github.com/concrete-utopia/utopia/assets/7003853/a53eebed-9122-4c75-9ca3-281145138e0f"> **Fix:** Set a more precise border default. <video src="https://github.com/concrete-utopia/utopia/assets/7003853/6eaed664-10c2-4036-8216-2972a60f3818"></video> - [X] I opened a hydrogen project and it loaded - [X] I could navigate to various routes in Preview mode Fixes #5752
- Loading branch information