Skip to content

Commit

Permalink
set border size from var
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Feb 21, 2021
1 parent a8af7c3 commit f295358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ img {
padding: $padding-8;
padding-left: $padding-32;

border: 1px solid $gray-200;
border: $border-1 solid $gray-200;
border-radius: $border-radius;

background: $gray-100;
Expand Down

0 comments on commit f295358

Please sign in to comment.