Skip to content

Commit

Permalink
fix: option color 지정 (#1456)
Browse files Browse the repository at this point in the history
* fix: option color 지정

* fix: sopt colors 사용

* chore: 텍스트 스타일 원복

---------

Co-authored-by: solar3070 <>
  • Loading branch information
solar3070 authored Jun 30, 2024
1 parent b0b83cd commit ad32896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/members/upload/FormSection/Career.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ const StyledEditableSelect = styled(EditableSelect)`
${textStyles.SUIT_16_M};
option {
color: ${colors.white};
}
@media ${MOBILE_MEDIA_QUERY} {
position: relative;
border-radius: 12px;
Expand Down

0 comments on commit ad32896

Please sign in to comment.