-
Notifications
You must be signed in to change notification settings - Fork 142
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
fix(dashboard): inconsistent interaction for dashboard profile menu options #4422
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: amitamrutiya2210 <[email protected]>
I have explicitly replaced this text with an icon.
It's weird. I am not able to reproduce this same error. |
I am using Brave; maybe try in a private window of Brave so you don't have cookies or other data stored to mimic first-time usage. |
@siddhart1o1 I tried in brave private window still not able to reproduce this error 😟 |
Here is how you can fix this issue: the mode is not just dark and light, but it can also be system, so we need to handle that case as well. Something like
|
Fix Issue #4393
Make the entire
MenuTile
clickable while maintaining the existing functionality. Additionally, I have added textLight Mode
so that users can see light mode text when the dashboard is in dark mode, and dark mode text when the dashboard is in light mode.