Icon size (in ionic apps)
Posted: Tue Sep 06, 2016 12:17 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Kurt,
Please add a custom class to that component and create a CSS file with styles for that class, e.g.:
pre.myClass{
font-size:20px;
}/pre
Obvious. I didn't notice that the icon size was controlled by the font-size. Thanks.