Cómo cambiar el color de la flecha en React Slick

.slick-prev:before,
.slick-next:before {
 color: #307dff !important;
}
Disgusted Dragonfly