We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On dark mode selection is not much visible against dark background. Same goes on light mode.
I suggest changing .border-ring on dark and light mode to:
.border-ring { border-color: hsl(78.81deg 100% 46.27%) !important; border-width: 2px !important; }
Edit: Seems this class is also for selecting, not only grouping I need to find other class responsible for grouping or it should be added
better UI
I can edit the code
The text was updated successfully, but these errors were encountered:
Note: var(--status-green) may be much better color for both dark and light mode. Looks nice as well as simple selection without grouping.
Sorry, something went wrong.
#3556
anovazzi1
No branches or pull requests
Feature Request
On dark mode selection is not much visible against dark background.
Same goes on light mode.
I suggest changing .border-ring on dark and light mode to:
.border-ring {
border-color: hsl(78.81deg 100% 46.27%) !important;
border-width: 2px !important;
}
Edit:
Seems this class is also for selecting, not only grouping
I need to find other class responsible for grouping or it should be added
Motivation
better UI
Your Contribution
I can edit the code
The text was updated successfully, but these errors were encountered: