Hi,
I’m in need of understanding styling mechanism of button in ionic2 conference app, page schedule.html
<button ion-item (click)="goToSessionDetail(session)">
<h3>{{session.name}}</h3>
<p>
{{session.timeStart}} —
{{session.timeEnd}}:
{{session.location}}
</p>
</button>
See below image, the color icon on the left of button. Please explain me on this magic, thanks!
Repo Url of this app: https://github.com/driftyco/ionic-conference-app