Skip to content

Commit

Permalink
Delete contrast variant
Browse files Browse the repository at this point in the history
This variant is the same color as de bg on the onvote theme, and on the default theme it has no changes uf deleted.
  • Loading branch information
selankon committed Mar 15, 2024
1 parent 1bf340d commit 143a978
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Process/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@ const ProcessAside = () => {
</Text>
)}
{voted !== null && voted.length > 0 && (
<Link
as={ReactRouterLink}
to={environment.verifyVote(env, voted)}
target='_blank'
whiteSpace='nowrap'
variant='contrast'
>
<Link as={ReactRouterLink} to={environment.verifyVote(env, voted)} target='_blank' whiteSpace='nowrap'>
{t('aside.verify_vote_on_explorer')}
</Link>
)}
Expand Down

0 comments on commit 143a978

Please sign in to comment.