const getColor = color => {
  switch (color) {
    case 0:
      return '#14171A';
    case 1: