diff --git a/apps/web/app/_components/richtext/button-copy.tsx b/apps/web/app/_components/richtext/button-copy.tsx
index 4f340cb..d311f3a 100644
--- a/apps/web/app/_components/richtext/button-copy.tsx
+++ b/apps/web/app/_components/richtext/button-copy.tsx
@@ -28,7 +28,9 @@ const ButtonCopy: React.FunctionComponent<{ language: string; codeSnippet: strin
};
return (
<>
-
+ {/* It seems the dark Lara theme has a weird border left (6px), causing a white space on toast content */}
+ {/* Not sure if it is PrimeReact intention, or a bug, but anyway, just remove border left here */}
+