Commit bc90592b by Chaiwith Santaweesuk

update

parent 11cad4e4
......@@ -36,7 +36,8 @@ class HeaderComponent extends Component {
const { activeIndex } = this.state;
return (
<Navbar.Item key={`Button${index}`} renderAs="a" href="#">
<Button fullwidth color={index === activeIndex ? 'menu-nexpie' : 'white'}>
{/* <Button fullwidth color={index === activeIndex ? 'menu-nexpie' : 'white'}> */}
<Button fullwidth color={'white'}>
{firstSection.name}
</Button>
</Navbar.Item>
......
......@@ -28,7 +28,7 @@ body {
.button.is-white {
background-color: $white;
border-color: transparent;
color: #666;
color: #4a4a4a;
}
.section {
width: 100vw;
......@@ -412,11 +412,11 @@ body {
.button {
// font-family: "Noto Sans Thai", sans-serif;
border-radius: 25px;
font-size: 18px;
font-size: 16px;
font-weight: bold;
font-style: normal;
span {
font-size: 18px;
font-size: 16px;
font-weight: bold;
font-style: normal;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment