Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
feat(toolbar-search): expose color property of toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Sep 5, 2018
1 parent 4c0b8d3 commit 702d722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-toolbar>
<ion-toolbar [color]="color">
<ion-buttons slot="start">
<ng-content select="[start]"></ng-content>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class ToolbarSearchComponent implements OnInit {
closeButtonVisible = false;
@Input() title:string;
@Input() placeholder:string;
@Input() color:string;
@Output() inputChange: EventEmitter<any> = new EventEmitter();
@Output() close: EventEmitter<any> = new EventEmitter();

Expand Down

0 comments on commit 702d722

Please sign in to comment.