Skip to content

Commit

Permalink
Merge pull request #10723 from Jarsen136/issue-10722
Browse files Browse the repository at this point in the history
fix: The default avatars of EVM addresses would overlap each other
  • Loading branch information
vikiival authored Aug 2, 2024
2 parents 7814248 + d50bede commit 9018bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { isEthereumAddress } from '@polkadot/util-crypto'
import Identicon from '@polkadot/vue-identicon'
import { toSvg } from 'jdenticon'
const WRAPPER_CLASS = 'border border-border-color rounded-full overflow-hidden'
const WRAPPER_CLASS = 'border border-border-color rounded-full overflow-hidden bg-background-color'
const props = withDefaults(
defineProps<{
Expand Down

0 comments on commit 9018bc6

Please sign in to comment.