diff --git a/src/components/ComboBox.vue b/src/components/ComboBox.vue
index 49757a63e8150799d5712f824348eca20a628b92..44d5deba3eec9745da69dbcfb4bfd7b1a532e78f 100644
--- a/src/components/ComboBox.vue
+++ b/src/components/ComboBox.vue
@@ -91,8 +91,8 @@
                 :id="`${resultsId}-option-${index}`"
                 role="option"
                 tabindex="-1"
-                class="tw-py-2 tw-px-4 tw-rounded tw-block tw-cursor-pointer"
                 :class="{
+                  'tw-py-2 tw-px-4 tw-rounded tw-block tw-cursor-pointer': true,
                   'tw-bg-aura-primary tw-text-white': activeIndex === index,
                 }"
                 :choice="choice"