Skip to content

Commit aac9be8

Browse files
authored
ENGCOM-7630: Use Variable for border-radius #28548
2 parents 9ede49c + 4ab6e3b commit aac9be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110
.abs-shopping-cart-items {
11111111
.action {
11121112
&.continue {
1113-
border-radius: 3px;
1113+
border-radius: @button__border-radius;
11141114
font-weight: @font-weight__bold;
11151115
.lib-link-as-button();
11161116
.lib-button(

0 commit comments

Comments
 (0)