Large buttons instead of the default sized components

How do I create Large buttons instead of using the built in default sizes?

Any component that allows you to set an action can act as a button. Try different components and see what works best for you. You can even use some html in a rich text component to build almost any style of button that you want.

1 Like

Jeff I have narrow blue buttons and need large ones like this green image. Can you please give me pinpoint directions ? I can’t figure out which component creates this result.


Use a rich text component:

<center><br><span style="background-color: green; padding: 40px 100px; font-size: 40px; color: white; border-radius: 50px;">Clock In</span></br></center>
4 Likes

Thank You Thinh ! I’ll kick it around and get back to you if I still need help.

1 Like

Hope it helps! Then you can assign an action to it.

@ThinhDinh , do you know how to control the size of this number entry component ? I would like to adjust it’s dimensions and make it bigger.

So you need the white part to be bigger and the font size to be bigger?

@ThinhDinh Yes mainly the white part enlarged and it would be a bonus to be able to adjust the font as well.