From 57cb429516269cb4e19d2714fdc6782d128af2ab Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:04:43 -0600 Subject: [PATCH] Use semibold font for media gallery headings Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- .../conversation/media-gallery/AttachmentSection.dom.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/media-gallery/AttachmentSection.dom.tsx b/ts/components/conversation/media-gallery/AttachmentSection.dom.tsx index 8492e736bd..498fffa83a 100644 --- a/ts/components/conversation/media-gallery/AttachmentSection.dom.tsx +++ b/ts/components/conversation/media-gallery/AttachmentSection.dom.tsx @@ -75,7 +75,9 @@ export function AttachmentSection({ case 'media': return (
-

{header}

+

+ {header} +

-

{header}

+

+ {header} +

{verified.entries.map(mediaItem => { return (