fix: 턴 선택기 홀짝 색 선택 오류 수정

This commit is contained in:
2021-12-26 23:43:01 +09:00
parent 5c3dc0c2a5
commit c3f1457fce
+1 -1
View File
@@ -706,7 +706,7 @@ export default defineComponent({
background-color: $nbase2color;
}
.turn_pad:nth-child(8n) {
.turn_pad:nth-child(2n) {
background-color: color.adjust($nbase2color, $lightness: -5%);
}