mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix(website): dark mode text color
This commit is contained in:
@@ -16,7 +16,7 @@ export function InstallButton() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<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={() => {
|
onClick={() => {
|
||||||
setInteracted(true);
|
setInteracted(true);
|
||||||
copyToClipboard('npm install discord.js');
|
copyToClipboard('npm install discord.js');
|
||||||
|
|||||||
Reference in New Issue
Block a user