wip: dark mode - light mode

This commit is contained in:
Ren Amamiya
2023-10-07 09:06:33 +07:00
parent c71bfb3f6d
commit cb91373d33
22 changed files with 147 additions and 120 deletions

View File

@@ -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>

View File

@@ -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 ||