Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dividers not showing up in old UI themes
The color key we were using was correct, but it is missing a fallback for when it's undefined. Such is the case with old UI themes (e.g., Darcula). So, the proper fix is to use JBColor.border(), which has a hardcoded fallback color.
- Loading branch information