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