Skip to content

Commit

Permalink
Merge pull request #108 from virtualidentityag/develop
Browse files Browse the repository at this point in the history
set back button font weight to bold
  • Loading branch information
janrembold authored Jun 3, 2024
2 parents ade45dd + 3cf838a commit 5ccef2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extensions/components/registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ export const Registration = () => {
<Link
sx={{
textDecoration: 'none',
color: 'info.light'
color: 'info.light',
fontWeight: '600'
}}
component={RouterLink}
onClick={onPrevClick}
Expand Down

0 comments on commit 5ccef2d

Please sign in to comment.