Skip to content

Commit

Permalink
changed mobile popover icons to white
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 29, 2024
1 parent 406ea7e commit 19bcc2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/assets/icons/chain-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/external-link-arrow-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/recovery/MobileMoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import * as PopoverPrimitive from '@radix-ui/react-popover'
import { useObservable, useStore } from '~/stores'
import { WalletStore } from '~/stores/WalletStore'

import networkIcon from '~/assets/icons/chain.svg'
import externalArrowIcon from '~/assets/icons/external-link-arrow.svg'
import networkIcon from '~/assets/icons/chain-white.svg'
import externalArrowIcon from '~/assets/icons/external-link-arrow-white.svg'

export default function MobileMoreMenu() {
const walletStore = useStore(WalletStore)
Expand Down

0 comments on commit 19bcc2b

Please sign in to comment.