Hello,
Metronic 8 does not implement list-group from bootstrap. Dark mode is unavailable
Hi,
Thank you for the heads-up.
In the next update, we will fix it.
In the meantime, you can quickly fix it by replacing the required SASS variable values as shown below:src/sass/components/_variables.scss
// List group
$list-group-color: var(--#{$prefix}gray-900) !default;
$list-group-bg: var(--#{$prefix}light) !default;
$list-group-border-color: var(--#{$prefix}gray-200) !default;