[커스텀드롭다운] 스타일변경

- 선택되어있는 색상 변경.
This commit is contained in:
junghoon86.park
2025-10-27 14:00:13 +09:00
parent b5efed59ac
commit 21f834c886

View File

@@ -34,7 +34,7 @@
&__text {
color: white;
font-size: 24px;
font-family: "LG Smart UI";
font-family: 'LG Smart UI';
font-weight: 700;
line-height: 24px;
text-align: left;
@@ -78,7 +78,7 @@
padding: 20px 19px;
color: white;
font-size: 24px;
font-family: "LG Smart UI";
font-family: 'LG Smart UI';
font-weight: 700;
line-height: 24px;
display: flex;
@@ -92,7 +92,7 @@
// custom-dropdown__option--selected (Modifier)
&_selected {
background-color: #c72054;
background-color: #4f172c;
}
}
}