diff --git a/templates/repo/issue/filter_actions.tmpl b/templates/repo/issue/filter_actions.tmpl
index 58b1ef8ecd..60237f225d 100644
--- a/templates/repo/issue/filter_actions.tmpl
+++ b/templates/repo/issue/filter_actions.tmpl
@@ -85,7 +85,7 @@
{{range .OpenProjects}}
- {{svg .IconName 18 "tw-mr-2"}}{{.Title}}
+ {{svg .IconName 16 "tw-mr-2"}}{{.Title}}
{{end}}
{{end}}
@@ -96,7 +96,7 @@
{{range .ClosedProjects}}
- {{svg .IconName 18 "tw-mr-2"}}{{.Title}}
+ {{svg .IconName 16 "tw-mr-2"}}{{.Title}}
{{end}}
{{end}}
diff --git a/templates/repo/issue/filter_list.tmpl b/templates/repo/issue/filter_list.tmpl
index f59c6d67ce..ae50ac4c46 100644
--- a/templates/repo/issue/filter_list.tmpl
+++ b/templates/repo/issue/filter_list.tmpl
@@ -60,7 +60,7 @@
{{range .OpenProjects}}
- {{svg .IconName 18 "tw-mr-2 tw-shrink-0"}}{{.Title}}
+ {{svg .IconName 16 "tw-mr-2 tw-shrink-0"}}{{.Title}}
{{end}}
{{end}}
@@ -71,7 +71,7 @@
{{range .ClosedProjects}}
- {{svg .IconName 18 "tw-mr-2"}}{{.Title}}
+ {{svg .IconName 16 "tw-mr-2"}}{{.Title}}
{{end}}
{{end}}
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl
index c2cf4ee7a7..2c7807206e 100644
--- a/templates/repo/issue/new_form.tmpl
+++ b/templates/repo/issue/new_form.tmpl
@@ -110,7 +110,7 @@
{{range .OpenProjects}}
{{end}}
{{end}}
@@ -121,7 +121,7 @@
{{range .ClosedProjects}}
{{end}}
{{end}}
@@ -133,7 +133,7 @@
{{if .Project}}
{{end}}
diff --git a/templates/repo/issue/view_content/sidebar/projects.tmpl b/templates/repo/issue/view_content/sidebar/projects.tmpl
index 91d75f3bd9..3fd58b3340 100644
--- a/templates/repo/issue/view_content/sidebar/projects.tmpl
+++ b/templates/repo/issue/view_content/sidebar/projects.tmpl
@@ -25,7 +25,7 @@
{{range .OpenProjects}}
{{end}}
{{end}}
@@ -36,7 +36,7 @@
{{range .ClosedProjects}}
{{end}}
{{end}}
@@ -47,7 +47,7 @@
{{if .Issue.Project}}
{{end}}