Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

GroupItem uses wrong color on hover #79

Description

@joeltio

group item on hover has a dark shade of purple

settings nav button has a lighter shade of purple

When hovering over the GroupItem component, the current style uses a darker shade of the theme color. This is correct only if the button is currently selected. If the button is not currently "selected" it should use a very light shade of the theme color (maybe 50) on hover, as shown in the settings NavButton.

Consider refactoring the logic of GroupItem and NavButton to a separate "Button" component that has some "active" state. Then, style this button directly by extending Chakra's theme. This will make useColorScheme obsolete.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    repo/websiteThis is website issuetype/bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions