iOS에서는 disabled 시, 폰트와 배경 색상이 옅어지는 이슈. opacity: 1; -webkit-text-fill-color: inherit; 를 붙여줌
opacity: 1; -webkit-text-fill-color: inherit;