From a6bd780f7570a813d87741b25effe886803f9d10 Mon Sep 17 00:00:00 2001 From: Desmond Kyeremeh Date: Wed, 30 Jun 2021 17:29:21 +0000 Subject: Updated Registration form --- modern/src/components/registration/RegisterForm.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modern/src/components/registration') diff --git a/modern/src/components/registration/RegisterForm.js b/modern/src/components/registration/RegisterForm.js index 29089db..b2a8222 100644 --- a/modern/src/components/registration/RegisterForm.js +++ b/modern/src/components/registration/RegisterForm.js @@ -8,7 +8,9 @@ import t from './../../common/localization'; const useStyles = makeStyles(theme => ({ register: { fontSize: theme.spacing(3), - fontWeight: 500 + fontWeight: 500, + marginLeft: theme.spacing(2), + textTransform: "uppercase" }, link: { fontSize: theme.spacing(3), -- cgit v1.2.3