Skip to content

Commit 83b38b8

Browse files
authored
Merge pull request #80 from raidenfreeman/patch-1
Fixes error in Material Icon Button snippet
2 parents e9d6fd2 + b75235c commit 83b38b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@
18101810
"description": "Circular Material button with a transparent background",
18111811
"types": "typescript, html",
18121812
"body": [
1813-
"<button mat-icon-button>%{text}</button>$0"
1813+
"<button mat-icon-button><mat-icon>${icon_name}</mat-icon></button>$0"
18141814
]
18151815
},
18161816
"Material Round Button": {

0 commit comments

Comments
 (0)