How to Change height of ion-tabbar

I was tried to increase the height of ion-tabbar but it couldn’t changeable just because of shadow-root. There didn’t get any css4 (-- double hyphen) property.

I found another solution to achieve this but I feel it’s not proper solution:

Shadow-DOM-inject-styles

Please, help me if get any better solution than above.