From c701dfabcb9e6e9cdb179b4fc549d4dc2d2726b2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Jun 2026 11:29:50 +0300 Subject: [PATCH] change chat invite border color to low --- 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}, ]