xstyled
xstyled copied to clipboard
fix: Fixed incomplete hex alpha value generation
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
-
#ffffff -> #ffffff3 (❌)

-
#ffffff -> #ffffff03 (✅)
