warping the order-type-select-container styles

This commit is contained in:
2025-11-05 22:50:11 +03:00
parent 87a7799fa6
commit 9454007905
3 changed files with 10 additions and 7 deletions

View File

@@ -414,3 +414,12 @@ label {
.ant-select-selection-overflow-item {
z-index: 999 !important;
}
/* Target selection item and arrow in the Select component (not the dropdown) */
.order-type-select-container :where(.ant-select .ant-select-selection-item) {
color: #fff !important;
}
.order-type-select-container :where(.ant-select .ant-select-arrow) {
color: #fff !important;
}