Skip to content

Commit

Permalink
fix header color
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Feb 22, 2024
1 parent 737781f commit 3eac3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export default function Header() {
<AppBar position="fixed" sx={styles.appBar}>
<Toolbar sx={{ justifyContent: 'space-between' }}>
<img style={{ maxHeight: '60px' }} alt="Logo" src={BCGovLogo} />
<Typography>OMRR Transparency (Alpha)</Typography>
<Typography sx={{ color: '#2a4679' }}>
OMRR Transparency (Alpha)
</Typography>
<a href={'/'} target={'_self'}>
<IconButton color="secondary">
<HomeRounded color="secondary"></HomeRounded>
Expand Down

0 comments on commit 3eac3bf

Please sign in to comment.