Skip to content

Commit

Permalink
fix: testing artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed May 9, 2024
1 parent 34c3338 commit a6fec00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/shared/src/components/avatars/NetworkAvatar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { DEFAULT_NETWORK_ICON } from '@auxiliary/icon'
import { Avatar, IconName, Tooltip } from '@bloomwalletio/ui'
import { darkMode } from '@core/app/stores'
import { NetworkId, SupportedNetworkId, getNameFromNetworkId } from '@core/network'
export let networkId: NetworkId
Expand All @@ -10,8 +9,6 @@
export let size: 'xxs' | 'xs' | 'sm' | 'base' | 'md' = 'base'
export let shape: 'circle' | 'square' | 'squircle' = 'circle'
$: darkMode
const AVATAR_BACKGROUND_COLOR: { [id in NetworkId]?: string } = {
[SupportedNetworkId.Iota]: 'iota-background',
[SupportedNetworkId.Shimmer]: 'shimmer-background',
Expand Down

0 comments on commit a6fec00

Please sign in to comment.