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

Commit

Permalink
Fix colors of text area border and form steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun Vijwani committed Oct 30, 2023
1 parent 463a0d5 commit 5dda826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/form-step/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
.wc-block-components-checkout-step__container::after {
content: "";
height: 100%;
border-left: 1px solid $universal-border-dark;
border-left: 1px solid $universal-border-light;
position: absolute;
left: -$gap-large;
top: 0;
Expand Down

0 comments on commit 5dda826

Please sign in to comment.