Skip to content

Commit

Permalink
fix(button): fix outline button
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Aug 8, 2018
1 parent 6409261 commit 0bcad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/components/button/button.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class NbButtonComponent {
* Adds `outline` styles
* @param {boolean} val
*/
@Input()
@Input('outline')
set setOutline(val: boolean) {
this.outline = convertToBoolProperty(val);
}
Expand Down

0 comments on commit 0bcad95

Please sign in to comment.