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 @@
#white-color,
#collasible-nav-dropdown,
.navbar-light .navbar-brand {
color: #999C9F;
color: #EBEBEB;
transition: all 0.5s;
}
......@@ -23,7 +23,7 @@
#ecom-title {
font-size: 20px;
color: #999C9F;
color: #EBEBEB;
cursor: default;
position: absolute;
left: 50%;
......
......@@ -44,7 +44,7 @@ export default class Header extends Component {
<Session className="nav-bar-text"/>
<LinkContainer to="/cart" >
<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>
</LinkContainer>
<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