fix(backbtn): incorrect elementRef

This commit is contained in:
Adam Bradley
2015-09-17 22:16:11 -05:00
parent c118ef6054
commit a2346bf11b
2 changed files with 3 additions and 2 deletions

View File

@ -91,11 +91,11 @@ export class Navbar extends ToolbarBase {
} }
setBackButtonRef(backButtonElementRef) { setBackButtonRef(backButtonElementRef) {
this.bbtRef = backButtonElementRef; this.bbRef = backButtonElementRef;
} }
getBackButtonTextRef() { getBackButtonTextRef() {
return this.bbRef; return this.bbtRef;
} }
setBackButtonTextRef(backButtonTextElementRef) { setBackButtonTextRef(backButtonTextElementRef) {

View File

@ -46,6 +46,7 @@ $toolbar-md-button-font-size: 1.4rem !default;
} }
ion-title { ion-title {
padding: 0 12px;
font-size: $toolbar-md-title-font-size; font-size: $toolbar-md-title-font-size;
font-weight: 500; font-weight: 500;
} }