Skip to content

Commit

Permalink
improve: update token logo
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Sep 24, 2024
1 parent fbbb48a commit 67bc825
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 39 deletions.
18 changes: 6 additions & 12 deletions src/assets/chain-logos/optimism-grayscale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 6 additions & 12 deletions src/assets/chain-logos/optimism-sepolia-grayscale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/assets/chain-logos/optimism-sepolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/assets/chain-logos/optimism.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/assets/token-logos/op.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/views/DepositStatus/components/DepositStatusUpperCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,13 @@ const AnimatedLogoToChain = styled(AnimatedLogo)<{ status: DepositStatus }>`
? COLORS.white
: COLORS.aqua};
fill: ${({ status }) =>
status === "depositing" || status === "deposit-reverted"
? COLORS["grey-400"]
: status === "filling"
? COLORS.white
: COLORS.aqua};
// Use currentColor for the fill of rect, circle, and #path-to-animate
& rect,
circle,
Expand Down

0 comments on commit 67bc825

Please sign in to comment.