fixed said buttons colours
This commit is contained in:
parent
2578e74271
commit
40e0153b69
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue