@norges-domstoler/dds-components 0.0.0-dev-20241128110437 → 0.0.0-dev-20241128112640

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
@@ -1585,6 +1585,8 @@
1585
1585
  .InputMessage_container--error {
1586
1586
  padding: var(--dds-spacing-x0-25) var(--dds-spacing-x0-5);
1587
1587
  background-color: var(--dds-color-surface-danger-default);
1588
+ border-bottom-left-radius: var(--dds-border-radius-surface);
1589
+ border-bottom-right-radius: var(--dds-border-radius-surface);
1588
1590
  gap: var(--dds-spacing-x0-25);
1589
1591
  .InputMessage_icon {
1590
1592
  color: var(--dds-color-icon-on-danger-default);