fixed dark theme

This commit is contained in:
namushka 2024-05-27 16:29:25 +03:00
parent 1bf71d5ee2
commit 62ecc7952d
No known key found for this signature in database

View File

@ -2446,18 +2446,20 @@ const Dark: TTheme = {
roomType: {
listItem: {
background: "none",
hoverBackground: "#282828",
borderColor: "#474747",
descriptionText: "#A3A9AE",
},
dropdownButton: {
background: "none",
hoverBackground: "#282828",
borderColor: "#474747",
isOpenBorderColor: "#F97A0B",
descriptionText: "#A3A9AE",
},
dropdownItem: {
background: "#333333",
hoverBackground: "#474747",
hoverBackground: "#282828",
descriptionText: "#A3A9AE",
},
displayItem: {
@ -2492,7 +2494,7 @@ const Dark: TTheme = {
background: "#333333",
borderColor: "#474747",
item: {
hoverBackground: "#474747",
hoverBackground: "#282828",
},
},