styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.28k stars 105 forks source link

fix: Fixed incomplete hex alpha value generation #373

Closed STiXzoOR closed 2 years ago

STiXzoOR commented 2 years ago

Summary

Current implementation works great for values greater that 7 but for values below 7 the hex alpha value is missing one extra digit. Fixed that by appending a zero to the value.

Test plan

gregberge commented 2 years ago

Thanks @STiXzoOR