Skip to content

Commit

Permalink
Merge pull request #682 from robertIsaac/fix-color-example
Browse files Browse the repository at this point in the history
docs: fix color example
  • Loading branch information
MurhafSousli authored Aug 5, 2024
2 parents f1f5707 + 647c51a commit 9e6eee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<button mat-fab
shareButton="facebook"
#facebookBtn="shareButton"
[style.background-color]="facebookBtn.color">
[style.background-color]="facebookBtn.color()">
<fa-icon [icon]="facebookBtn.icon" size="lg"/>
</button>

1 comment on commit 9e6eee8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.