Skip to content

Commit 31d302f

Browse files
committed
fix(searchbar): add missing colon
1 parent 048f8df commit 31d302f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: snippets/scss.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
"\t--icon-color: ${6:#3880ff};",
779779
"\t--placeholder-color: ${7:#3880ff};",
780780
"\t--placeholder-font-style: ${8:initial};",
781-
"\t--placeholder-font-weight ${9:initial};",
781+
"\t--placeholder-font-weight: ${9:initial};",
782782
"\t--placeholder-opacity ${10:0.5};",
783783
"}"
784784
],

0 commit comments

Comments
 (0)