Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-wallet: Fix Button Hover Style in Dashboard Navigation Menu #2999

Open
nortonandreev opened this issue Nov 17, 2024 · 0 comments · May be fixed by #3013
Open

web-wallet: Fix Button Hover Style in Dashboard Navigation Menu #2999

nortonandreev opened this issue Nov 17, 2024 · 0 comments · May be fixed by #3013
Assignees
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module priority:minor Low priority issues

Comments

@nortonandreev
Copy link
Contributor

nortonandreev commented Nov 17, 2024

Description

In the new dashboard navigation menu, the buttons currently display a dark-blue underline on hover. This creates a slight mismatch in the visual style:

  • The text color remains black while the underline is dark blue, leading to inconsistency.
Screenshot 2024-11-17 at 19 22 32

Proposed Solution

We could address this by:

  • Option 1: Update the underline color to black for this component only, so that it matches the text color.
  • Option 2: Update the text color to dark blue on hover, so it matches the current underline color.

Expected Outcome

  • Visual consistency between the text and underline colors when hovering over buttons in the dashboard navigation menu.
  • Improved design coherence across the application.

Acceptance Criteria

  • Ensure the underline color and text color match on hover, based on the chosen solution.
  • The fix applies only to the dashboard navigation menu buttons.
  • Maintain consistency with the overall design system.
@nortonandreev nortonandreev added priority:minor Low priority issues fix:bug Something isn't working module:web-wallet Issues related to web-wallet module labels Nov 17, 2024
@nortonandreev nortonandreev changed the title web-wallet: Update Button Hover Styles in Dashboard Navigation Menu web-wallet: Fix Button Hover Styles in Dashboard Navigation Menu Nov 18, 2024
@nortonandreev nortonandreev changed the title web-wallet: Fix Button Hover Styles in Dashboard Navigation Menu web-wallet: Fix Button Hover Style in Dashboard Navigation Menu Nov 18, 2024
@nortonandreev nortonandreev linked a pull request Nov 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module priority:minor Low priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants