Skip to content

Commit c17e7c9

Browse files
committed
[다크모드] 글로벌설정 멀티셀렉트 css 수정
1 parent 6d70d7c commit c17e7c9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ui/src/style/dark-mode.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
color: @dark-text-color-3;
4141
}
4242

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+
4353
.list .item:hover {
4454
background: @table-body-hover-bgColor;
4555
}

0 commit comments

Comments
 (0)