Skip to content

Commit 05a7a08

Browse files
committed
#1310: Changed link color to blue
1 parent 3f64839 commit 05a7a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
119119
<Snackbar anchorOrigin={{ vertical: 'top', horizontal: 'center' }} open={true}>
120120
<Alert variant="filled" severity="warning">
121121
Your secure settings must be set to create a reimbursement request, you can set them
122-
<Link component={RouterLink} to={routes.SETTINGS}>
122+
<Link style={{ color: 'blue' }} component={RouterLink} to={routes.SETTINGS}>
123123
{' '}
124124
here
125125
</Link>

0 commit comments

Comments
 (0)