Closed scottmcpherson closed 9 years ago
this kind of class configurations will be included with v2.0. For now you can redefine your template with:
<template name="myAtNavButton">
<a id="at-nav-button" class="waves-effect btn-flat red">{{text}}</a>
</template>
Template.myAtNavButton.replaces("atNavButton");
See this comment to get more details.
Hey @splendido, would it be cool to add the at buttons class as a parameter to the template so that we're not stuck with that default teal? I would be happy to submit the PR, but I believe this is all it would take: