Hello, the ecommerce forms are not ready for the dark mode, you need to customize it, here’s how to start:
html.dark .tabs-modern {
background: #21262d;
}
html.dark .tabs-modern .nav .nav-link {
color: #FFF;
border-bottom: 1px solid #282d36;
}
html.dark .tabs-modern .nav .nav-link.active {
background: #21262d;
}
html.dark .tabs-modern .nav .nav-link > i {
color: #FFF;
}
html.dark .card.card-big-info .card-body > .tabs-modern.row > div[class*="col-"]:first-child {
background: #191C21;
}
html.dark .tabs-modern .control-label {
color: #FFF;
}
html.dark .tabs-modern .form-group + .form-group {
border-color: #282d36;
}