warping the order-type-select-container styles
This commit is contained in:
@@ -693,10 +693,4 @@
|
||||
right: -10px !important;
|
||||
}
|
||||
|
||||
:global(.ant-select-selection-item) {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
:global(.ant-select-arrow) {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user