We fixed color by adding the `color` attribute, but if they use any other button attribute it won't add the class and won't get the proper styling. ``` <button [attr.outline]="slide.title ? '' : null">test</button> ```