From 1f90a4dfd928b2bbe807ecf60b8ecc8113e5eac0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 13 Jun 2026 00:57:16 +0300 Subject: [PATCH] [Chat] Change chat invite border color to low (#10886) --- src/components/Post/Embed/JoinRequestEmbed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/Embed/JoinRequestEmbed.tsx b/src/components/Post/Embed/JoinRequestEmbed.tsx index 44b10b2707..ad91747826 100644 --- a/src/components/Post/Embed/JoinRequestEmbed.tsx +++ b/src/components/Post/Embed/JoinRequestEmbed.tsx @@ -58,7 +58,7 @@ export function JoinRequestEmbedBody({ const box = [ a.border, a.rounded_lg, - t.atoms.border_contrast_high, + t.atoms.border_contrast_low, {height: JOIN_REQUEST_EMBED_HEIGHT}, ]