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

Fixing wrong colour used in sumamry step

parent ac8d3538
No related branches found
No related tags found
1 merge request!109Refactor register summary step
Pipeline #96862 passed
......@@ -52,7 +52,7 @@ const StepSummary = forwardRef((props: StepSummaryProperties) => {
typography: 'subtitle2',
marginBottom: '0.5rem',
paddingLeft: '0.5rem',
bgcolor: 'primary.dark',
bgcolor: 'primary.light',
}}>{t('registerWizardText.contactInformation')}</Box>
<Grid sx={{ typography: 'body2', paddingLeft: '0.5rem' }} container>
......@@ -80,7 +80,7 @@ const StepSummary = forwardRef((props: StepSummaryProperties) => {
<Table>
<TableHead sx={{
paddingLeft: '0.5rem',
bgcolor: 'primary.dark',
bgcolor: 'primary.light',
}}>
<TableRow>
......
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