### Description In a multiple colorpicker, we can add a rgba with a double decimal for alpha value. In this actual version, it's limited with a single decimal. ### Example An example with actual regex : Good : `rgba(192, 53, 53, 0.2)` Bad : `rgba(192, 53, 53, 0.22)`