Skip to content

Commit

Permalink
Checkout address card: border with the same gray as in the account
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicka committed Feb 2, 2024
1 parent 9bd3873 commit 240c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/pages/_checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $component-name: step;
.#{$component-name} {
.address {
margin: 1px;
border: 1px solid $gray-300;
border: 1px solid $gray-200;

&,
&__content {
Expand Down

0 comments on commit 240c711

Please sign in to comment.