After updating Metronic to v8.2.1, I noticed that text colour for badge secondary does not look right. Happening for both Basic and Light Style.
You can see it from the preview page too:
https://preview.keenthemes.com/html/metronic/docs/base/badges
Hi,
Thank you for the heads-up.
We will fix it in the next update. In the meantime, you can fix it by replacing it in src/sass/components/_badge.scss
with
https://gist.github.com/KeenthemesHub/0d1e04cf7845ddc85c0077cb9cd44428
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.