@navikt/ds-css 6.4.0 → 6.4.1
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/CHANGELOG.md +6 -0
- package/dist/component/form.css +1 -1
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +2 -2
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +1 -1
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +2 -2
- package/dist/index.min.css +1 -1
- package/form/file-upload.css +1 -1
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
.navds-file-item__icon {
|
|
2402
2402
|
background-color: var(--a-surface-neutral-subtle);
|
|
2403
2403
|
color: var(--a-icon-default);
|
|
2404
|
-
border-radius: var(--a-border-radius-
|
|
2404
|
+
border-radius: var(--a-border-radius-full);
|
|
2405
2405
|
min-height: 3rem;
|
|
2406
2406
|
min-width: 3rem;
|
|
2407
2407
|
display: grid;
|