Shivam Daksh
Shivam Daksh
Hey @gautamjajoo , I want to look into this issue. Could you please elaborate it?
Hey @thibaudcolas, I would like to work on this.
Hi @MisRob, Please review the PR.
Hey, @AllanOXDi and @MisRob , There was a issue persisting `check if changelog.md is changed` , So I tried to update the changes in `CHANGELOG.md` manually. I thought it may...
Hey @AllanOXDi , I've changed the changelog file. Please review this again.
@AllanOXDi , Do I've to change other files in documentation as given in [this example](https://github.com/learningequality/kolibri-design-system/pull/722/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR8 ) or I've to change just `CHANGELOG.md`?
> Looks good! lets now just resolve the merge conflicts @AllanOXDi, It's done.
Hi @MisRob, Thanks a lot for the feedback and tweaks! I appreciate you taking the time to document the darken utilities as well. It’s been a great learning experience. Although...
Hi @MisRob, The issue is now pretty clear to me. We've to replace the previous hard coded colors with new utility `$darken_` . For example, If we have to achieve...
Hi @MisRob , I've added new file in `darkenColors.js` in _lib/styles/darkenColors.js_ , also added to `KThemePlugin.js` to make it globally. It is working fine in `playground.vue`. Here is the code...