fix(#188): tunisia styles fix

pull/112/head
Rakov Roman 3 years ago
parent 2103b69fea
commit 32a1720e9f
  1. 2
      src/features/Theme/config.tsx
  2. 2
      src/features/TournamentList/components/CollapseTournament/styled.tsx

@ -12,6 +12,7 @@ export const defaultTheme = {
black70: 'rgba(0, 0, 0, 0.7)', black70: 'rgba(0, 0, 0, 0.7)',
button: '#294FC3', button: '#294FC3',
buttonHover: '#3255be', buttonHover: '#3255be',
collapseTournamentBackground: 'linear-gradient(236.13deg, rgba(53, 96, 225, 0.56) -4.49%, rgba(0, 0, 0, 0) 98.29%), #3F3F3F',
comboboxBackground: '#3F3F3F', comboboxBackground: '#3F3F3F',
comboboxItemHover: '#999999', comboboxItemHover: '#999999',
dateButton: 'rgba(255, 255, 255, 0.5)', dateButton: 'rgba(255, 255, 255, 0.5)',
@ -84,6 +85,7 @@ export const tunisTheme: CustomTheme = {
background: '#1D1D1D', background: '#1D1D1D',
button: '#0E8F84', button: '#0E8F84',
buttonHover: '#0E8F84', buttonHover: '#0E8F84',
collapseTournamentBackground: 'linear-gradient(236.13deg, rgba(42, 183, 170, 0.56) -4.49%, rgba(0, 0, 0, 0) 98.29%), #3A4849',
comboboxBackground: '#263233', comboboxBackground: '#263233',
comboboxItemHover: '#0E8F84', comboboxItemHover: '#0E8F84',
dateFilter: '#ffffff80', dateFilter: '#ffffff80',

@ -37,7 +37,7 @@ export const CardWrapper = styled.div`
right: 0; right: 0;
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
border-radius: 2px; border-radius: 2px;
background: linear-gradient(236.13deg, rgba(53, 96, 225, 0.56) -4.49%, rgba(0, 0, 0, 0) 98.29%), #3F3F3F; background: ${({ theme }) => theme.colors.collapseTournamentBackground};
cursor: pointer; cursor: pointer;
${isMobileDevice ${isMobileDevice
? css` ? css`

Loading…
Cancel
Save