acf-color-palette
acf-color-palette copied to clipboard
Values are always converted to rgba
When updating the value of the input, a color which is not in the rgba format e.g. defined as #363EFF : Blue is converted to rgba. Therefore the values the user defined are not respected. This commit fixes the behaviour to always use the color defined by the user.
I'm not able to reproduce your bug :/ I have updated my dev version with the changes into #7 and all mechanisms are OK.
According to this comment, if your remove the code of your PR, all values will be into rgb or rgba format...