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;
}

View File

@@ -693,10 +693,4 @@
right: -10px !important;
}
:global(.ant-select-selection-item) {
color: #fff !important;
}
:global(.ant-select-arrow) {
color: #fff !important;
}

View File

@@ -91,7 +91,7 @@ function MenuPage() {
<BackButton />
</div>
<div
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer}`}
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer} order-type-select-container`}
>
<Select
value={orderType}