@norges-domstoler/dds-components 0.0.0-dev-20240618113054 → 0.0.0-dev-20240619134110

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.
package/dist/index.css CHANGED
@@ -594,7 +594,7 @@
594
594
  }
595
595
  :where(.Input_input) {
596
596
  position: relative;
597
- color: var(--dds-text-color--default);
597
+ color: var(--dds-color-text-default);
598
598
  border: 1px solid var(--dds-color-border-default);
599
599
  background-color: var(--dds-color-surface-default);
600
600
  padding: var(--dds-spacing-x0-75) var(--dds-spacing-x1) var(--dds-spacing-x0-75) var(--dds-spacing-x0-75);
@@ -1403,11 +1403,11 @@
1403
1403
  }
1404
1404
  .DateInput_calendar__cell-button--default {
1405
1405
  background-color: transparent;
1406
- color: var(--dds-text-color--default);
1406
+ color: var(--dds-color-text-default);
1407
1407
  &:hover {
1408
1408
  background-color: var(--dds-color-surface-hover-default);
1409
1409
  border-color: var(--dds-color-border-action-hover);
1410
- color: var(--dds-text-color--default);
1410
+ color: var(--dds-color-text-default);
1411
1411
  }
1412
1412
  }
1413
1413
  .DateInput_calendar__cell-button--selected {