From 93b1e9c371335c06675659529a5076514020d138 Mon Sep 17 00:00:00 2001 From: James Finch Date: Fri, 28 Jan 2022 22:33:30 +0000 Subject: [PATCH] Fixed dark text on dark mode. --- ts/modules/invites.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/modules/invites.ts b/ts/modules/invites.ts index d917734..e3ceed1 100644 --- a/ts/modules/invites.ts +++ b/ts/modules/invites.ts @@ -257,7 +257,7 @@ class DOMInvite implements Invite { this._header.appendChild(this._codeArea); this._codeArea.classList.add("inv-codearea"); this._codeArea.innerHTML = ` - + `; const copyButton = this._codeArea.querySelector("span.button") as HTMLSpanElement; @@ -427,7 +427,7 @@ export class inviteList implements inviteList {
- ${window.lang.strings("inviteNoInvites")} + ${window.lang.strings("inviteNoInvites")}