refactor: remove --highlight
This commit is contained in:
parent
3be4a93e6f
commit
c5645f78e0
11 changed files with 12 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ export default function ReplyNote({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`flex space-x-2 items-start px-4 py-3 border-b transition-colors duration-500 ${highlight ? 'bg-highlight/50' : ''}`}
|
||||
className={`flex space-x-2 items-start px-4 py-3 border-b transition-colors duration-500 ${highlight ? 'bg-primary/50' : ''}`}
|
||||
>
|
||||
<UserAvatar userId={event.pubkey} size="small" className="shrink-0" />
|
||||
<div className="w-full overflow-hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue