mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-24 16:49:07 +01:00
Adjust date header styles
This commit is contained in:
@@ -22,10 +22,10 @@ export function TimelineDateHeader({
|
||||
<div className={tw('flex justify-center p-5')}>
|
||||
<div
|
||||
className={tw(
|
||||
'type-body-medium text-label-primary select-none',
|
||||
'type-body-medium text-label-secondary select-none',
|
||||
isSignalConversation
|
||||
? 'rounded-3xl border border-border-secondary bg-legacy-signal-conversation-bg px-2.5 py-1 ' +
|
||||
'type-body-small font-medium text-label-secondary dark:text-label-secondary-on-color'
|
||||
'type-body-small font-medium dark:text-label-secondary-on-color'
|
||||
: null
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user