fix: add rtl compliance for symbols #366 (#406)

This commit is contained in:
Meier Lukas
2024-05-01 12:05:09 +02:00
committed by GitHub
parent efaf721b5a
commit 0278e3a854
5 changed files with 18 additions and 6 deletions

View File

@@ -100,7 +100,10 @@ export const Spotlight = () => {
store={spotlightStore}
>
<MantineSpotlight.Search
placeholder={t("common.search.placeholder")}
placeholder={t("common.rtl", {
value: t("common.search.placeholder"),
symbol: "...",
})}
leftSection={<IconSearch stroke={1.5} />}
/>