Fix lint error

pull/2077/head
Jérémy Rialland 2022-03-29 15:35:24 +02:00 committed by Johan Girod
parent 3d73b74320
commit 8a10e75c2d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import styled, { css } from 'styled-components'
export const Recap = styled.div`
background: ${({ theme }) => {
const colorPalette = theme.colors.bases.primary
return css`linear-gradient(60deg, ${colorPalette[800]} 0%, ${colorPalette[600]} 100%);`
}};
border-radius: 0.25rem;