How to increase the size of button icon?

0
How to increase the size of button icon?
asked
2 answers
0

Take a look at: https://atlasdesignsystem.mendixcloud.com/p/buttons. Scroll down to 'Sizes' and you'll find that you can use the class '.btn-lg' to increase the size of your button icon and text. This class needs to be added to your button in Mendix Studio Pro.

You can also influence the size of all buttons at once in the custom-variables.scss style sheet, look for the header 'Default button style'. If you want something more custom you can make a class yourself in the custom.scss stylesheet.

answered
0

Hi Rohit Tiple,

To increase the size of the button → Go to Appearance and change the size of the button or to customize the size then we can also use the custom CSS or dynamic classes.

 

 

answered