diff --git a/src/reusecore/Avatar/index.js b/src/reusecore/Avatar/index.js index 67f4e8b..86284af 100644 --- a/src/reusecore/Avatar/index.js +++ b/src/reusecore/Avatar/index.js @@ -15,7 +15,7 @@ const AvatarContainer = styled.div` height: 100%; border-radius: 50%; } -`; +`; const AvatarText = styled.span` color: ${props => props.textColor || '#fff'};