Skip to content

Commit

Permalink
[PRMP-1334] - Hardcode text colour in NHSFooter.Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS committed Dec 13, 2024
1 parent 8018c63 commit 956fdcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/components/layout/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ function Footer() {
Privacy notice
</NHSFooter.ListItem>
</NHSFooter.List>
<NHSFooter.Copyright>&copy; {'NHS England'}</NHSFooter.Copyright>
{/* TODO - PRMP-1348: Remove hardcoded styling below if no longer required */}
<NHSFooter.Copyright style={{ color: '#231f20' }}>
&copy; {'NHS England'}
</NHSFooter.Copyright>
</NHSFooter>
);
}
Expand Down

0 comments on commit 956fdcd

Please sign in to comment.