react-select 즐겨찾기 컬러 변경

This commit is contained in:
김창수 2025-01-23 14:01:08 +09:00
parent 662bdd413b
commit 0e2756cd07

View File

@ -927,7 +927,7 @@ input[type=text]{
color: #45576F; color: #45576F;
} }
.special-option{ .special-option{
color: red; color: #2684FF;
} }
// disable // disable
&.custom--is-disabled{ &.custom--is-disabled{