Change the height of ion-tabs

Hi to everyone, i’m trying to change the height og my tabs bar. I went on my _variables.scss and change the tabs-height property but it doesn’t work.

How can i change it?

my code:

    <ion-tab title="Home" icon-on="ion-ios-body" icon-off="ion-ios-body-outline">
     
    </ion-tab>
    <ion-tab title="Dati" icon-on="ion-ios-briefcase" icon-off="ion-ios-briefcase-outline">
      
    </ion-tab>
  </ion-tabs>