diff options
author | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-06-30 17:29:21 +0000 |
---|---|---|
committer | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-06-30 17:29:21 +0000 |
commit | a6bd780f7570a813d87741b25effe886803f9d10 (patch) | |
tree | 811b21211c339ae4fad04ecfd08926c1379c43b3 /modern/src/components | |
parent | 7ecb8dac8315231f75c1aadac901d98f28e6c316 (diff) | |
download | trackermap-web-a6bd780f7570a813d87741b25effe886803f9d10.tar.gz trackermap-web-a6bd780f7570a813d87741b25effe886803f9d10.tar.bz2 trackermap-web-a6bd780f7570a813d87741b25effe886803f9d10.zip |
Updated Registration form
Diffstat (limited to 'modern/src/components')
-rw-r--r-- | modern/src/components/registration/RegisterForm.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/src/components/registration/RegisterForm.js b/modern/src/components/registration/RegisterForm.js index 29089db1..b2a8222a 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), |