use default action button class when fill and color props aren't given

This commit is contained in:
Jake McDermott
2019-04-02 11:23:02 -04:00
parent ea9ed31f9d
commit dfaf19cdf3
@@ -1,3 +1,3 @@
<button class="btn at-Button{{ vm.fill }}--{{ vm.color }}">
<button class="btn at-Button{{ vm.fill }}{{ vm.color ? '--' + vm.color : '' }}">
<ng-transclude></ng-transclude>
</button>