Skip to content

Commit

Permalink
Merge branch 'keydonix-nodes' into remove-moonpay
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev authored Jan 2, 2024
2 parents 29e44a0 + d3e9f5c commit 9e85341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TokenSafety/TokenSafetyIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const WarningIcon = styled(AlertTriangle)`
color: ${({ theme }) => theme.neutral3};
`

export const BlockedIcon = styled(Slash)`
const BlockedIcon = styled(Slash)`
${WarningIconStyle}
color: ${({ theme }) => theme.neutral2};
`
Expand Down

0 comments on commit 9e85341

Please sign in to comment.