We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d70d7c commit c17e7c9Copy full SHA for c17e7c9
1 file changed
ui/src/style/dark-mode.less
@@ -40,6 +40,16 @@
40
color: @dark-text-color-3;
41
}
42
43
+ .ant-select-multiple .ant-select-selection-item {
44
+ background-color: @dark-secondary-bgColor;
45
+ color: @dark-text-color-3;
46
+ border-color: @dark-border-color;
47
+ }
48
+
49
+ .ant-select-multiple .ant-select-selection-item-remove {
50
+ color: @dark-text-color-3 !important;
51
52
53
.list .item:hover {
54
background: @table-body-hover-bgColor;
55
0 commit comments