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':
|
case 'media':
|
||||||
return (
|
return (
|
||||||
<section className={tw('@container px-5')}>
|
<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
|
<div
|
||||||
className={tw(
|
className={tw(
|
||||||
'grid gap-1',
|
'grid gap-1',
|
||||||
@@ -103,7 +105,9 @@ export function AttachmentSection({
|
|||||||
case 'link':
|
case 'link':
|
||||||
return (
|
return (
|
||||||
<section>
|
<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>
|
<div>
|
||||||
{verified.entries.map(mediaItem => {
|
{verified.entries.map(mediaItem => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user