fix(styles): handle search icon in RTL

This commit is contained in:
WK Wong
2026-07-18 21:38:03 +08:00
parent b5aabc4dcc
commit a7775f24f8
+1 -1
View File
@@ -127,7 +127,7 @@
.search-field__search-icon {
@apply pointer-events-none shrink-0 text-field-placeholder;
@apply ms-3 me-0 size-4;
@apply ms-3 me-0 size-4 rtl:-scale-x-100;
}
.search-field__clear-button {