dark theme fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:root {
|
||||
--background: #f7f7f7;
|
||||
--foreground: #181818;
|
||||
--border: #0505050f;
|
||||
--border: #e5e7eb;
|
||||
--secondary-background: #ffffff;
|
||||
--secondary-foreground: #0a0a0a;
|
||||
--primary-dark: #0a0a0a;
|
||||
@@ -314,9 +314,9 @@ label {
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
|
||||
.ant-select-selection-wrap .ant-select-selection-placeholder {
|
||||
.ant-select-selection-wrap {
|
||||
position: relative;
|
||||
margin-top: 4px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.restaurant-description-skeleton .ant-skeleton-paragraph {
|
||||
@@ -415,6 +415,11 @@ label {
|
||||
z-index: 999 !important;
|
||||
}
|
||||
|
||||
.ant-select-selection-item {
|
||||
height: 28px !important;
|
||||
line-height: 26px !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;
|
||||
|
||||
Reference in New Issue
Block a user