What's the default height of navbar of ionic 1

I searched a lot to find the default value of navbar height of ionic 1 to make the default height of ionic 2 same.

my current change is:

ion-navbar.toolbar { min-height: 45px; }

any help please !

I Solved the problem