From cf91ee62edae0739d6d23a605de17b8641d15958 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Fri, 31 Dec 2021 16:07:21 +0000 Subject: [PATCH] change invite color in light 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 69008d4a..b52d8c98 100644 --- a/ts/modules/invites.ts +++ b/ts/modules/invites.ts @@ -251,7 +251,7 @@ class DOMInvite implements Invite { this._header = document.createElement('div') as HTMLDivElement; this._container.appendChild(this._header); - this._header.classList.add("card", "~neutral", "@low", "inv-header", "elem-pad", "no-pad", "flex-expand", "row", "mt-2", "overflow-y"); + this._header.classList.add("card", "~info", "dark:~d_neutral", "@low", "inv-header", "elem-pad", "no-pad", "flex-expand", "row", "mt-2", "overflow-y"); this._codeArea = document.createElement('div') as HTMLDivElement; this._header.appendChild(this._codeArea); @@ -425,7 +425,7 @@ export class inviteList implements inviteList { this._list.classList.add("empty"); this._list.innerHTML = `
-
+
${window.lang.strings("inviteNoInvites")}