@norges-domstoler/dds-components 0.0.0-dev-20240919110834 → 0.0.0-dev-20240920124132

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
@@ -1333,6 +1333,7 @@
1333
1333
  /* src/components/Card/Card.module.css */
1334
1334
  .Card_container {
1335
1335
  border: 1px solid;
1336
+ border-radius: var(--dds-border-radius-surface);
1336
1337
  @media (prefers-reduced-motion: no-preference) {
1337
1338
  transition: box-shadow 0.2s, border-color 0.2s;
1338
1339
  }