Skip to content

Commit

Permalink
Change ethDORA Minus sign to color
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Sep 21, 2024
1 parent b4b7daf commit 764ad1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/MigrateForm/TokensBeforeAfterDiagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const TokensBeforeAfterDiagram = () => {
<AssetIcon symbol="ETH" />
</Styled.TokenIcon>

<Styled.Output
<Styled.Outputethdora
value={amountBN?.negated()}
type={OutputType.Asset}
fractionDigits={TOKEN_DECIMALS}
Expand Down Expand Up @@ -166,3 +166,8 @@ Styled.TokenIcon = styled.div`
Styled.Output = styled(Output)`
--output-sign-color: var(--color-positive);
`;


Styled.Outputethdora = styled(Output)`
--output-sign-color: var(--color-negative);
`;

0 comments on commit 764ad1f

Please sign in to comment.