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)} /> )}