fixed said buttons colours

This commit is contained in:
Warwick 2022-04-01 14:06:27 +01:00
parent 2578e74271
commit 40e0153b69

View file

@ -36,7 +36,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href="/graphics-blog" href="/graphics-blog"
color="secondary" style={{ color: "#ffffff" }}
> >
Graphics Blog Graphics Blog
</Button> </Button>
@ -44,7 +44,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href={CV} href={CV}
color="secondary" style={{ color: "#ffffff" }}
> >
CV CV
</Button> </Button>
@ -52,7 +52,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href="/contact" href="/contact"
color="secondary" style={{ color: "#ffffff" }}
> >
Contact Me Contact Me
</Button> </Button>