dark theme fixes

This commit is contained in:
2025-11-18 00:21:33 +03:00
parent 97268a78c7
commit 7769da2c29
20 changed files with 75 additions and 60 deletions

View File

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