Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Change form input color to Gutenberg 900 for Cart and Checkout blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun Vijwani committed Oct 26, 2023
1 parent f401d6f commit 3fe469b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/base/components/textarea/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wc-block-components-textarea {
@include font-size(regular);
background-color: #fff;
border: 1px solid $input-border-gray;
border: 1px solid $gray-900;
border-radius: $universal-border-radius;
color: $input-text-active;
font-family: inherit;
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/components/text-input/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
line-height: em($gap);
width: 100%;
border-radius: $universal-border-radius;
border: 1px solid $input-border-gray;
border: 1px solid $gray-900;
font-family: inherit;
margin: 0;
box-sizing: border-box;
Expand Down

0 comments on commit 3fe469b

Please sign in to comment.