Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(table): use solid color for sorting arrow (#11533)
Currently we use an rgba color for the table's sorting arrow which ends up looking weird, because the arrow is made up of multiple stacked elements. These changes add some logic that convert the arrow's color into a solid one so the individual pieces can blend into each other. Fixes #11340.
- Loading branch information