Skip to content

Commit

Permalink
chore: Update MainGasBalance component with balance status indicators…
Browse files Browse the repository at this point in the history
… color change
  • Loading branch information
mohandast52 committed May 14, 2024
1 parent ea4ef83 commit a43a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainGasBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FineDot = styled(Dot)`
background-color: ${COLOR.GREEN_2};
`;
const LowDot = styled(Dot)`
background-color: ${COLOR.PURPLE};
background-color: ${COLOR.ORANGE};
`;

const BalanceStatus = () => {
Expand Down

0 comments on commit a43a5af

Please sign in to comment.