Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(themes): properly convert signed ints to hex (#8)
processColor returns signed ints representing the colour. without the `>>> 0`converting to unsigned while preserving 2s compliment the function could return insane values. ex: #ffffff -> #-1
- Loading branch information