diff --git a/.changeset/dry-pears-camp.md b/.changeset/dry-pears-camp.md
new file mode 100644
index 0000000..bae9645
--- /dev/null
+++ b/.changeset/dry-pears-camp.md
@@ -0,0 +1,5 @@
+---
+"saleor-app-search": patch
+---
+
+Fixed how TextLink is displayed - added missing space between spans
diff --git a/.changeset/weak-avocados-care.md b/.changeset/weak-avocados-care.md
new file mode 100644
index 0000000..37313ce
--- /dev/null
+++ b/.changeset/weak-avocados-care.md
@@ -0,0 +1,5 @@
+---
+"@saleor/apps-ui": patch
+---
+
+Fixed TextLink color and style
diff --git a/apps/search/src/components/MainInstructions.tsx b/apps/search/src/components/MainInstructions.tsx
index 5610ca8..af441b7 100644
--- a/apps/search/src/components/MainInstructions.tsx
+++ b/apps/search/src/components/MainInstructions.tsx
@@ -15,10 +15,10 @@ export const MainInstructions = ({ children, ...props }: PropsWithBox<{}>) => {
Saleor database.
- The app supports following
+ The app supports following{" "}
events
-
+ {" "}
that will synchronize Algolia in the background:
diff --git a/apps/search/src/views/configuration/configuration.view.tsx b/apps/search/src/views/configuration/configuration.view.tsx
index e32d4f6..18dbfc9 100644
--- a/apps/search/src/views/configuration/configuration.view.tsx
+++ b/apps/search/src/views/configuration/configuration.view.tsx
@@ -37,7 +37,7 @@ export const ConfigurationView = () => {
Provide Algolia settings.{" "}
- You can find your tokens in Algolia Dashboard
+ You can find your tokens in Algolia Dashboard{" "}
here
diff --git a/packages/ui/src/text-link.tsx b/packages/ui/src/text-link.tsx
index 172c598..99adeb3 100644
--- a/packages/ui/src/text-link.tsx
+++ b/packages/ui/src/text-link.tsx
@@ -9,17 +9,14 @@ export interface TextLinkProps extends TextProps {
const BaseTextLink = (props: TextLinkProps) => {
return (
-
+
{props.children}