packages\contrast-colors\index.js - Updated binarySearch function to return the closest larger number. If there are no larger numbers, it returns the closest smaller number
packages\contrast-colors\test\binarySearch.test.js - Added a test case to return closest match (descending)
Description
https://github.com/adobe/leonardo/issues/60 Binary search should return closest value larger than search value
Motivation
Screenshots
To-do list