Bug in customizer class

There’s a small typo in the customizer class, which causes the hover foreground color not to work.

On line 844:

$vars['accent-hover-fg-color'] = FLColor::foreground( $vars['accent-hover-color'] );

has got to be:

$vars['accent-fg-hover-color'] = FLColor::foreground( $vars['accent-hover-color'] );

Hey 4selected,

Thanks for the heads up! I’ll submit a bug report for this! :slight_smile:

Ben