mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Use semibold font for media gallery headings
This commit is contained in:
@@ -75,7 +75,9 @@ export function AttachmentSection({
|
||||
case 'media':
|
||||
return (
|
||||
<section className={tw('@container px-5')}>
|
||||
<h2 className={tw('ps-1 pt-4 pb-2 type-body-medium')}>{header}</h2>
|
||||
<h2 className={tw('ps-1 pt-4 pb-2 type-body-medium font-semibold')}>
|
||||
{header}
|
||||
</h2>
|
||||
<div
|
||||
className={tw(
|
||||
'grid gap-1',
|
||||
@@ -103,7 +105,9 @@ export function AttachmentSection({
|
||||
case 'link':
|
||||
return (
|
||||
<section>
|
||||
<h2 className={tw('px-6 pt-1.5 pb-2 type-body-medium')}>{header}</h2>
|
||||
<h2 className={tw('px-6 pt-1.5 pb-2 type-body-medium font-semibold')}>
|
||||
{header}
|
||||
</h2>
|
||||
<div>
|
||||
{verified.entries.map(mediaItem => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user