Skip to content

Commit

Permalink
fix(item-details): fixed contrast for accessibility (#3750)
Browse files Browse the repository at this point in the history
fix(item-details): fixed contrast for accesibility
  • Loading branch information
rafalmaksymiuk authored Nov 22, 2024
1 parent ef3ea39 commit 82838c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/item-details/ItemProperties.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
&:focus {
max-height: none;
margin-left: 0;
padding: 7px;
padding: 6px;
background-color: $bdl-gray-02;
border-color: $bdl-gray-10;
border-color: $bdl-box-blue;
}
}

Expand Down

0 comments on commit 82838c5

Please sign in to comment.