@norges-domstoler/dds-components 0.0.0-dev-20241018130325 → 0.0.0-dev-20241018130428
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 +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
2507
|
.List_li {
|
|
2508
|
-
line-height:
|
|
2508
|
+
line-height: var(--dds-font-lineheight-list);
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* src/components/LocalMessage/LocalMessage.module.css */
|
|
@@ -3800,7 +3800,7 @@
|
|
|
3800
3800
|
cursor: pointer;
|
|
3801
3801
|
width: -moz-fit-content;
|
|
3802
3802
|
width: fit-content;
|
|
3803
|
-
border: 1px solid;
|
|
3803
|
+
border: 1px solid var(--dds-color-border-default);
|
|
3804
3804
|
border-radius: var(--dds-border-radius-rounded);
|
|
3805
3805
|
gap: var(--dds-spacing-x0-25);
|
|
3806
3806
|
padding: var(--dds-spacing-x0-5) var(--dds-spacing-x1);
|