mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Remove outline/highlight shadow from chat header
This commit is contained in:
@@ -332,7 +332,7 @@ export const ConversationHeader = memo(function ConversationHeader({
|
||||
>
|
||||
{measureRef => (
|
||||
<div
|
||||
className={tw('flex flex-col shadow-elevation-1')}
|
||||
className={tw('flex flex-col shadow-elevation-1 shadow-no-outline')}
|
||||
ref={measureRef}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user