From dd108d73e2e4482685d57905ab2aa71ab2b4bb6b Mon Sep 17 00:00:00 2001 From: MathieuG-P Date: Sat, 15 Oct 2022 13:14:15 +0200 Subject: [PATCH] add text color for dark and light theme --- src/renderer/components/modal/modal.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/modal/modal.component.tsx b/src/renderer/components/modal/modal.component.tsx index 60d8f80d..ce667e9b 100644 --- a/src/renderer/components/modal/modal.component.tsx +++ b/src/renderer/components/modal/modal.component.tsx @@ -23,7 +23,7 @@ export function Modal() {
modalSevice.resolve({exitCode: ModalExitCode.NO_CHOICE})} className="absolute top-0 bottom-0 right-0 left-0 bg-black" initial={{opacity: 0}} animate={{opacity: modalType && .60}} exit={{opacity: 0}} transition={{duration: .2}}/> -
+
{modalType === ModalType.STEAM_LOGIN && } {modalType === ModalType.GUARD_CODE && }