Make the color of group button background transparent
kindly help how to achieve the above ?

3 Replies
Did you use
Action::configureUsing()
somewhere? Or did you use Action::make()->button()
inside the group?i used this Action::make()->button()
You don't need
->button()
in a group. Remove it and all will be good.