Skip to content

Commit

Permalink
Adding away color
Browse files Browse the repository at this point in the history
  • Loading branch information
craigstroman committed Mar 6, 2021
1 parent 6a10b73 commit 2afbf65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/UserStatus/UserStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const Wrapper = styled.div`
&.online {
color: ${(props) => props.theme.colors.jungleGreen};
}
&.away,
&.away {
color: ${(props) => props.theme.colors.sun};
}
&.offline {
border: 1px solid ${(props) => props.theme.colors.black};
border-radius: 50%;
Expand Down

0 comments on commit 2afbf65

Please sign in to comment.