Is it possible to give a linear-gradient to a color option on the panel instance in V3?
->colors([
'primary' => 'linear-gradient(135deg,#e51f5c,#ab2355)',
])
I am not able to try it yet but just out of curious if it is possible.
'primary' => 'linear-gradient(135deg,#e51f5c,#ab2355)',
])
I am not able to try it yet but just out of curious if it is possible.