Commit 1c287b9e authored by Shaphen Pangburn's avatar Shaphen Pangburn

[AFP-131 Shaphen Pangburn]: Refactor color for nav links and title

parent f0ba778f
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#white-color, #white-color,
#collasible-nav-dropdown, #collasible-nav-dropdown,
.navbar-light .navbar-brand { .navbar-light .navbar-brand {
color: #999C9F; color: #EBEBEB;
transition: all 0.5s; transition: all 0.5s;
} }
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ecom-title { #ecom-title {
font-size: 20px; font-size: 20px;
color: #999C9F; color: #EBEBEB;
cursor: default; cursor: default;
position: absolute; position: absolute;
left: 50%; left: 50%;
......
...@@ -44,7 +44,7 @@ export default class Header extends Component { ...@@ -44,7 +44,7 @@ export default class Header extends Component {
<Session className="nav-bar-text"/> <Session className="nav-bar-text"/>
<LinkContainer to="/cart" > <LinkContainer to="/cart" >
<Nav.Link to="/cart" className="cart-link" id={this.props.user?.currentUser ? "" : "disabled-cart-link"} disabled={ !this.props.user?.currentUser }> <Nav.Link to="/cart" className="cart-link" id={this.props.user?.currentUser ? "" : "disabled-cart-link"} disabled={ !this.props.user?.currentUser }>
<AiOutlineShoppingCart fill="#999C9F" size={30} /> <AiOutlineShoppingCart fill="#EBEBEB" size={30} />
</Nav.Link> </Nav.Link>
</LinkContainer> </LinkContainer>
<AnimateOnChange <AnimateOnChange
......
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