|
|
|
@ -48,9 +48,9 @@ export const TabTitle = styled.span<TabTitleProps>` |
|
|
|
left: -8px; |
|
|
|
left: -8px; |
|
|
|
top: 50%; |
|
|
|
top: 50%; |
|
|
|
translate: 0 -50%; |
|
|
|
translate: 0 -50%; |
|
|
|
width: 5px; |
|
|
|
width: 6px; |
|
|
|
height: 5px; |
|
|
|
height: 6px; |
|
|
|
outline: ${teamColor.toUpperCase() === theme.colors.white ? 'none' : `0.5px solid ${theme.colors.white}`}; |
|
|
|
border: ${teamColor.toUpperCase() === theme.colors.white ? 'none' : `0.5px solid ${theme.colors.white}`}; |
|
|
|
border-radius: 50%; |
|
|
|
border-radius: 50%; |
|
|
|
background-color: ${teamColor}; |
|
|
|
background-color: ${teamColor}; |
|
|
|
} |
|
|
|
} |
|
|
|
|