input checkbox react에서 테두리 변경

yellowbutter·2024년 5월 1일
0

React

목록 보기
3/3
input[type="checkbox"] {
  appearance: none;
    width: 2.3rem;
    height: 2.3rem;
    accent-color: red;
    border: 1.5px solid gainsboro;
}
input[type="checkbox"]:checked {
  border-color: transparent;
  background-repeat: no-repeat;
  background-color: limegreen;
}
profile
기록은 희미해지지 않는다 🐾🧑‍💻

0개의 댓글

관련 채용 정보