halleyx-ui-framework 11.5.53 → 11.5.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -368,14 +368,14 @@ input[type='password'] {
368
368
  padding-right: 0px !important;
369
369
  }
370
370
  &:hover {
371
- border-bottom: 1px solid #54bd95 !important;
371
+ border-bottom: 1px solid var(--hlx-color-primary) !important;
372
372
  }
373
373
  }
374
374
  .input-field.small.single-border-error {
375
375
  border: 1px solid transparent !important;
376
- border-bottom: 1px solid #ff5050 !important;
376
+ border-bottom: 1px solid var(--hlx-color-error) !important;
377
377
  &:hover {
378
- border-bottom: 1px solid #ff5050 !important;
378
+ border-bottom: 1px solid var(--hlx-color-error) !important;
379
379
  }
380
380
  }
381
381