.upGreen .up {
  @apply text-green;
}
.upGreen .down {
  @apply text-red;
}

.upRed .up {
  @apply text-red;
}
.upRed .down {
  @apply text-green;
}
