feat(in-338): facr tournament background

pull/94/head
Margarita 3 years ago
parent 6002643f36
commit f33146c376
  1. 7
      src/features/ProfileHeader/styled.tsx

@ -65,6 +65,12 @@ export const HeaderStyled = styled.header<HeaderProps>`
` : ''
)}
${({ color }) => (
client.name === 'facr' ? css`
background: ${color};
` : ''
)}
${({ isMatchPage }) => css`
${isMobileDevice
? css`
@ -73,7 +79,6 @@ export const HeaderStyled = styled.header<HeaderProps>`
`
: ''}
`}
`
type Props = {

Loading…
Cancel
Save