Skip to content

fix: WalletChip network dropdown transparent background #5313

Description

@marsiandeployer

Bug

The network selection dropdown in WalletChip (top-right header chip) was rendering with a transparent background, causing page content to show through the menu.

Root Cause

WalletChip/index.scss used var(--color-bg) which is not defined in variables.css. The correct variable is --color-background-elements.

Fix

Changed background: var(--color-bg)background: var(--color-background-elements) in .dropdown class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions