Kurt Spangsbjerg Petersen
Posts: 0
Joined: Wed Aug 17, 2016 8:51 pm

Icon size (in ionic apps)

When I use the standard icons I can choose between 3 pre-defined sizes (small, normal, large).
Where can I change these icon sizes or make some custom sizes?
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Icon size (in ionic apps)

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

Kurt Spangsbjerg Petersen
Posts: 0
Joined: Wed Aug 17, 2016 8:51 pm

Icon size (in ionic apps)

Obvious. I didn't notice that the icon size was controlled by the font-size. Thanks.

Return to “Issues”