style: change tom-select clear-button color

This commit is contained in:
Herculino Trotta
2024-09-26 21:28:59 -03:00
parent 504a02978c
commit c727980e31

View File

@@ -43,3 +43,7 @@
box-shadow: $form-select-focus-box-shadow;
}
}
.ts-control > .clear-button {
color: $red !important;
}