Hello I have noticed that in _select2.scss some colors are set to color: var(--#{$prefix}input-color);
But --bs-input-color is not defined in BS neither in Metronic.
For example:
// Selected
.select2-selection__rendered {
display: block;
padding-left: 0;
padding-right: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--#{$prefix}input-color);
}
Hi,
Thank you for the heads-up.
We are aware of this issue and we will include the fix in the next update in 1-2 weeks. Then you can globally update the new version's src
folder and recompile your assets.
Regard