Skip to content

Commit 7871908

Browse files
authored
feat: add RTL support to UserCombobox (#355)
1 parent 8df92b0 commit 7871908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/UserCombobox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const prefersReducedMotion = useMediaQuery('(prefers-reduced-motion: reduce)')
205205
aria-live="polite"
206206
>
207207
<span
208-
class="i-carbon-information w-3 h-3 inline-block mr-1 align-middle"
208+
class="i-carbon:information w-3 h-3 inline-block me-1 align-middle"
209209
aria-hidden="true"
210210
/>
211211
{{

0 commit comments

Comments
 (0)