croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://huehive.co
MIT License
61 stars 21 forks source link

solved the hwb overflowing issue #191

Closed mtalhabaig3 closed 1 year ago

mtalhabaig3 commented 1 year ago

Fixes issue #77

Solved the hwb overflowing issue on android, Previously the hwb value was overflowing but now i have rounded the percentage values up to two decimal places.

Previously

Screenshot_1685188399

After the fix

Screenshot_1685188412

@kamalkishor1991 kindly review 🙂