diff --git a/scipost_django/common/templates/htmx/dynsel.html b/scipost_django/common/templates/htmx/dynsel.html
index 09dcfd03f54d0604ef1b36fa5b54410cfc82f324..91556f2a4d9f2e39de59e34c22c335f550f34b8f 100644
--- a/scipost_django/common/templates/htmx/dynsel.html
+++ b/scipost_django/common/templates/htmx/dynsel.html
@@ -5,7 +5,7 @@
          hx-get="{% url "common:empty" %}"
          hx-swap="outerHTML"
          hx-target="next option[selected]">
-      <span class="text-body">&#26;</span>
+      <span class="text-body text-muted">x</span>
     </div>
 
     {% include "django/forms/widgets/select.html" %}