[Chat] Change chat invite border color to low (#10886)

This commit is contained in:
Samuel Newman
2026-06-13 00:57:16 +03:00
committed by GitHub
parent 7310426ea7
commit 1f90a4dfd9
@@ -58,7 +58,7 @@ export function JoinRequestEmbedBody({
const box = [ const box = [
a.border, a.border,
a.rounded_lg, a.rounded_lg,
t.atoms.border_contrast_high, t.atoms.border_contrast_low,
{height: JOIN_REQUEST_EMBED_HEIGHT}, {height: JOIN_REQUEST_EMBED_HEIGHT},
] ]