Premium support for our pure JavaScript UI components


Post by turina »

Dear support,

I'm using BryntumButton.I wish a transparent appearance. Following your documentation I used "b-transparent" like this :

                    <BryntumButton
                        icon="b-fa b-fa-cog b-fa-lg fa-airbus"
                        cls="b-rounded b-transparent tb-button"
                        color="red"
                    />

But it doesn't work.
The color property also doesn't work.

And I also would like to know how to deal with the size of the icon. I wanted to make it bigger. I tried with b-fa-lg and fa-lg with no success.

Thanks,


Post by mats »

We will need a clear test case to help out, please upload one and we will investigate it.

You can make it bigger with simple CSS, just set

font-size:1.3em

On the font awesome i element.


Post by turina »

Hi Mats,
Thanks. font-size worked but I had to override the existing font-size with !important.

You can close this ticket.

BR


Post Reply