aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDesmond Kyeremeh <elDekyfin@gmail.com>2021-06-30 17:29:21 +0000
committerDesmond Kyeremeh <elDekyfin@gmail.com>2021-06-30 17:29:21 +0000
commita6bd780f7570a813d87741b25effe886803f9d10 (patch)
tree811b21211c339ae4fad04ecfd08926c1379c43b3
parent7ecb8dac8315231f75c1aadac901d98f28e6c316 (diff)
downloadetbsa-traccar-web-a6bd780f7570a813d87741b25effe886803f9d10.tar.gz
etbsa-traccar-web-a6bd780f7570a813d87741b25effe886803f9d10.tar.bz2
etbsa-traccar-web-a6bd780f7570a813d87741b25effe886803f9d10.zip
Updated Registration form
-rw-r--r--modern/src/components/registration/RegisterForm.js4
1 files changed, 3 insertions, 1 deletions
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),