I am new to cross-platform dev. Struggling with changing the size of FAB. This is what I have now:
<ion-fab center middle>
<button ion-fab color="blue" class="fabStartBtn"><ion-icon
name="start">Start</ion-icon></button>
</ion-fab>
.fabStartBtn {
font-size: 72px;
}
But the size is still the same. How can I get access to the button attribute? I tried id, name, #name, :before - didn't work.