Skip to content

Commit

Permalink
🎨 ErrorSummary border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Sep 7, 2023
1 parent 445f6b8 commit e185d1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-ravens-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

ErrorSummary: Har nå 8px border-radius
1 change: 1 addition & 0 deletions @navikt/core/css/form/error-summary.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
background-color: var(--ac-error-summary-bg, var(--a-surface-default));
padding: var(--a-spacing-5);
border: 4px solid var(--ac-error-summary-border, var(--a-border-danger));
border-radius: var(--a-border-radius-large);
}

.navds-error-summary--small {
Expand Down

0 comments on commit e185d1a

Please sign in to comment.