Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Feb 14, 2024
1 parent e002cd2 commit 4669423
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ui/modal/PoweredByComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ const PoweredWrapper = styled.div`
display: flex;
`

const Text = styled.span`
color: #B0AEB1;
font-size: 13px;
font-weight: 300 !important;
padding: 7px 10px 0 0;
`

const SVG = styled.svg`
path.outline {
fill: ${props => props.theme.name === 'light' ? '#000' : 'white'};
Expand Down

0 comments on commit 4669423

Please sign in to comment.