From 39650de2bd54b8acb218b1bfa6bd91de085c0fd5 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 7 Dec 2021 21:46:02 +0000 Subject: [PATCH] style update --- nym-wallet/src/routes/sign-in/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nym-wallet/src/routes/sign-in/index.tsx b/nym-wallet/src/routes/sign-in/index.tsx index 1e4ecb4f33..86cb0f4fa7 100644 --- a/nym-wallet/src/routes/sign-in/index.tsx +++ b/nym-wallet/src/routes/sign-in/index.tsx @@ -14,7 +14,7 @@ export const SignIn = () => { justifyContent: 'center', alignItems: 'center', overflow: 'auto', - bgcolor: (theme) => theme.palette.nym.background.dark, + bgcolor: 'nym.background.dark', }} > { }} > {showCreateAccount ? ( - setShowCreateAccount(false)} - /> + setShowCreateAccount(false)} /> ) : ( setShowCreateAccount(true)} /> )}