[ad_1]
Hi there,
There is a typo in the inline_css function of the Swatches class, line 563:
The code adds an “80” string to the color:
$custom_css .= "--cfvsw-swatches-border-color-hover: {$style['border_color']}80;";
That causes an incorrect color for the –cfvsw-swatches-border-color-hover variable, so the option “Border color” does not apply.
Could you fix it? Thanks
