Skip to content

Commit

Permalink
Enhance accessibility by increasing the contrast of input and textare…
Browse files Browse the repository at this point in the history
…a fields
  • Loading branch information
clausbruun committed May 30, 2024
1 parent b4cc11f commit bdd8ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/Library/Forms/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
input {
background-color: transparent;
border: none;
border-bottom: 1px solid $color__global-tertiary-1;
border-bottom: 1px solid $color__global-tertiary-2;
height: 40px;

&:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Library/Forms/textarea/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

textarea {
@include typography($typo__body-placeholder);
border: solid 1px $color__global-tertiary-1;
border: solid 1px $color__global-tertiary-2;
width: 100%;
padding: $s-md;
resize: none;
Expand Down

0 comments on commit bdd8ad0

Please sign in to comment.