Skip to content

Commit

Permalink
fix(scss): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veryard committed Oct 6, 2024
1 parent dbbc698 commit 7c4df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/colors/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ textarea:focus {
.button:hover,
.button.focus,
.button:focus {
border-color: color.adjust(#7e8993, $lightness: 5%);
border-color: color.adjust(#7e8993, $lightness: -5%);
color: color.adjust(#32373c, $lightness: -5%);
}

Expand Down

0 comments on commit 7c4df5c

Please sign in to comment.