Skip to content
Snippets Groups Projects
Commit 6db4259b authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-135: Setting border for divider

parent 5396ae52
No related branches found
No related tags found
1 merge request!206GREG-135: Update register new guest UI
Pipeline #104341 passed
...@@ -132,7 +132,7 @@ const StepPersonForm = forwardRef( ...@@ -132,7 +132,7 @@ const StepPersonForm = forwardRef(
<Typography sx={{ paddingBottom: '0.5rem' }}> <Typography sx={{ paddingBottom: '0.5rem' }}>
{t('registerWizardText.registerPage')} {t('registerWizardText.registerPage')}
</Typography> </Typography>
<Divider /> <Divider sx={{ border: '1px solid' }} />
<form onSubmit={onSubmit}> <form onSubmit={onSubmit}>
<Box <Box
sx={{ sx={{
...@@ -184,7 +184,7 @@ const StepPersonForm = forwardRef( ...@@ -184,7 +184,7 @@ const StepPersonForm = forwardRef(
<Typography sx={{ paddingBottom: '0.5rem' }}> <Typography sx={{ paddingBottom: '0.5rem' }}>
{t('registerWizardText.registerPeriodText')} {t('registerWizardText.registerPeriodText')}
</Typography> </Typography>
<Divider /> <Divider sx={{ border: '1px solid' }} />
<Box sx={{ paddingTop: '1rem', maxWidth: '30rem' }}> <Box sx={{ paddingTop: '1rem', maxWidth: '30rem' }}>
<Stack spacing={2}> <Stack spacing={2}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment