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

This commit is contained in:
Jake McDermott
2019-03-18 07:52:13 -04:00
parent ea9ed31f9d
commit dfaf19cdf3

View File

@@ -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> <ng-transclude></ng-transclude>
</button> </button>