From 34edd085123c64a480280280dedc4fba33392161 Mon Sep 17 00:00:00 2001 From: mikozet Date: Mon, 9 Dec 2024 23:20:25 +0100 Subject: [PATCH] Remove redundant --- src/styles/theme.js | 2 +- src/views/Login.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/theme.js b/src/styles/theme.js index 5cf151bc..46b0f3cc 100644 --- a/src/styles/theme.js +++ b/src/styles/theme.js @@ -425,7 +425,7 @@ export default createTheme({ scrollShadow: 30, layer2: 20, layer1: 10, - backgroundCurvedWrapper: -1, // previously 0, changing so migration link is clickable + backgroundCurvedWrapper: 0, }, custom: { colors, diff --git a/src/views/Login.js b/src/views/Login.js index 5cd04b7c..1a7a480b 100644 --- a/src/views/Login.js +++ b/src/views/Login.js @@ -130,7 +130,7 @@ const Login = () => { - + {translate('Login.headingLogin')}