Skip to content

Commit

Permalink
fix: set danger colours consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
rienheuver committed Jun 30, 2023
1 parent 9d0657a commit babc0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

&:where(.invalid) {
outline: var(--border-size-1) solid var(--red-8);
outline: var(--border-size-1) solid var(--red-9);
}

&[type="search"] {
Expand Down
2 changes: 1 addition & 1 deletion src/components/textareas.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}

&:where(.invalid) {
outline: var(--border-size-1) solid var(--red-8);
outline: var(--border-size-1) solid var(--red-9);
}
}

0 comments on commit babc0c8

Please sign in to comment.