@mixin generate-color-classes($text-color) {
  .nuitral-input-text-color {
    input {
      color: $text-color !important;
    }
  }
}
