diff --git a/src/features/MatchSidePlaylists/components/TabStats/styled.tsx b/src/features/MatchSidePlaylists/components/TabStats/styled.tsx index a295bf35..a69c70c1 100644 --- a/src/features/MatchSidePlaylists/components/TabStats/styled.tsx +++ b/src/features/MatchSidePlaylists/components/TabStats/styled.tsx @@ -48,9 +48,9 @@ export const TabTitle = styled.span` left: -8px; top: 50%; translate: 0 -50%; - width: 5px; - height: 5px; - outline: ${teamColor.toUpperCase() === theme.colors.white ? 'none' : `0.5px solid ${theme.colors.white}`}; + width: 6px; + height: 6px; + border: ${teamColor.toUpperCase() === theme.colors.white ? 'none' : `0.5px solid ${theme.colors.white}`}; border-radius: 50%; background-color: ${teamColor}; }