Skip to content

Commit

Permalink
feat: Add RTL rotation to search button for better localization support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Nov 5, 2024
1 parent 2a17d6a commit fb5ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/SearchField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<button
type="button"
on:click={onHandleSearch}
class="relative -ml-px inline-flex items-center gap-x-1.5 rounded-r-md px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 dark:text-gray-300 dark:hover:text-gray-900"
class="rotate-rtl relative -ml-px inline-flex items-center gap-x-1.5 rounded-r-md px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 dark:text-gray-300 dark:hover:text-gray-900"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit fb5ecbe

Please sign in to comment.