wip: dark mode - light mode
This commit is contained in:
@@ -24,7 +24,7 @@ export function Hashtag({ tag }: { tag: string }) {
|
||||
content: tag.replace('#', ''),
|
||||
})
|
||||
}
|
||||
className="break-all text-fuchsia-400 hover:text-fuchsia-500"
|
||||
className="break-all text-interor-500 hover:text-interor-600"
|
||||
>
|
||||
{tag}
|
||||
</span>
|
||||
|
||||
@@ -30,7 +30,7 @@ export const MentionUser = memo(function MentionUser({ pubkey }: { pubkey: strin
|
||||
content: pubkey,
|
||||
})
|
||||
}
|
||||
className="break-words text-fuchsia-400 hover:text-fuchsia-500"
|
||||
className="break-words text-interor-500 hover:text-interor-600"
|
||||
>
|
||||
{'@' +
|
||||
(user?.name ||
|
||||
|
||||
Reference in New Issue
Block a user