Skip to content

chore: Remove unused _accent_color variable in theme.rs #6

@Detair

Description

@Detair

Description

In crates/ui/src/theme.rs line 10, _accent_color is declared but never used. The underscore prefix suppresses the warning but the variable is still dead code.

Suggested Fix

Either remove the variable entirely, or use it for styling (e.g., for links, buttons, or focus states).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions