Share Your Feedback
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Changelog
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Suggestions
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
changed description from "### Expected Behavior
Action Screen icons should be visible (ie light color) in dark theme
Current Behavior
Action icons are black on dark background and thus not visible in the dark theme
Possible Solutions
The icons seems to be image based so you could add a css filter rule to the icon classes for example:
.icon {
filter: invert(1);
}
Alternatively allow users to paste SVG markup to use as icons.
Steps to Reproduce
Context (Environment)
Not only does it look very unprofessional, icons are actually a very important way to quickly convey an action in a visual way, especially to non-native english speakers." to "### Expected Behavior
Action Screen icons should be visible (ie light color) in dark theme
Current Behavior
Action icons are black on dark background and thus not visible in the dark theme
Possible Solutions
The icons seem to be image based so you could add a css filter rule to the icon classes for example:
.icon {
filter: invert(1);
}
Alternatively allow users to paste SVG markup to use as icons.
Steps to Reproduce
Context (Environment)
Not only does it look very unprofessional, icons are actually a very important way to quickly convey an action in a visual way, especially to non-native english speakers."