Skip to content

Commit

Permalink
feat(Layout): fix buy/sell
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Jan 31, 2020
1 parent c1cb17b commit ee54a45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const BaseTabMenuItem = styled.span`
font-size: 14px;
text-align: center;
border-radius: 8px;
white-space: nowrap;
margin: 2px;
color: ${props =>
props.selected ? props.theme.blue600 : props.theme.grey400};
Expand Down

0 comments on commit ee54a45

Please sign in to comment.