Skip to content

Commit

Permalink
Apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Sep 13, 2024
1 parent d213a2f commit a1135c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const Wrapper = styled.div<{
isInfractionSuspicion?: boolean
}>`
background: ${p => (p.isInfractionSuspicion ? p.theme.color.maximumRed15 : p.theme.color.gainsboro)} 0% 0% no-repeat
padding-box;
padding-box;
display: flex;
margin-bottom: 16px;
`
Expand Down

0 comments on commit a1135c5

Please sign in to comment.