hey guys, on ionic 5 the “no-border” attribute doesn’t work like it usually does on ionic 4. I have the following:
<ion-footer>
<ion-toolbar no-border>
<ion-button
class="default-btn"
color="primlight"
expand="block">
Aplicar filtros
</ion-button>
</ion-toolbar>
</ion-footer>
but still got this annoying border at the top of ion-toolbar. Can anyone help me?
1 post - 1 participant