diff --git a/.changeset/mean-planets-invent.md b/.changeset/mean-planets-invent.md new file mode 100644 index 0000000000..21490a752a --- /dev/null +++ b/.changeset/mean-planets-invent.md @@ -0,0 +1,5 @@ +--- +"@navikt/ds-css": patch +--- + +FileUpload: Item-illustrasjon er nĂ¥ radius-full diff --git a/@navikt/core/css/form/file-upload.css b/@navikt/core/css/form/file-upload.css index 244c7cc5c5..c170fbf63e 100644 --- a/@navikt/core/css/form/file-upload.css +++ b/@navikt/core/css/form/file-upload.css @@ -182,7 +182,7 @@ .navds-file-item__icon { background-color: var(--a-surface-neutral-subtle); color: var(--a-icon-default); - border-radius: var(--a-border-radius-xlarge); + border-radius: var(--a-border-radius-full); min-height: 3rem; min-width: 3rem; display: grid;