From 1f90a4dfd928b2bbe807ecf60b8ecc8113e5eac0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Jun 2026 21:57:16 +0000 Subject: [PATCH] [Chat] Change chat invite border color to low (#10886) --- src/components/Post/Embed/JoinRequestEmbed.tsx | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/src/components/Post/Embed/JoinRequestEmbed.tsx b/src/components/Post/Embed/JoinRequestEmbed.tsx --- a/src/components/Post/Embed/JoinRequestEmbed.tsx +++ b/src/components/Post/Embed/JoinRequestEmbed.tsx @@ -58,7 +58,7 @@ const box = [ a.border, a.rounded_lg, - t.atoms.border_contrast_high, + t.atoms.border_contrast_low, {height: JOIN_REQUEST_EMBED_HEIGHT}, ] -- tangled.sh