Skip to content

Commit

Permalink
fix(steps): #566, update steps footer btns gap to 12px
Browse files Browse the repository at this point in the history
  • Loading branch information
jialan committed May 29, 2024
1 parent 6f3a294 commit 170433d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/dt-theme/dark/steps.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
left: 0;
right: 0;
.ant-btn {
margin-left: 10px;
margin-left: 12px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion theme/dt-theme/default/steps.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
left: 0;
right: 0;
.ant-btn {
margin-left: 10px;
margin-left: 12px;
}
}
}
Expand Down

0 comments on commit 170433d

Please sign in to comment.