fix(website): dark mode text color

This commit is contained in:
iCrawl 2023-04-16 19:21:41 +02:00
parent 24f17998c8
commit a210fc64a2
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -16,7 +16,7 @@ export function InstallButton() {
return (
<button
className="cursor-copy select-none bg-transparent px-4 py-2 text-sm text-dark-50"
className="cursor-copy select-none bg-transparent px-4 py-2 text-sm text-dark-50 dark:text-light-900"
onClick={() => {
setInteracted(true);
copyToClipboard('npm install discord.js');