Set default value for colorpicker.
I'm trying to set some default values for my colorpicker but the all fall back to 'black'. Probably because the value is empty. My code looks like this:
Any ideas?
Any ideas?
ColorPicker::make('color_2')->label('Kleur 2')->default('#00AB9A')->reactive()