Skip to content

Commit

Permalink
fix(steps): #566, update steps footer btns gap to 12px (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: jialan <[email protected]>
  • Loading branch information
JackWang032 and jialan authored May 29, 2024
1 parent ae487e1 commit bd8fb8a
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 @@ -82,7 +82,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 @@ -89,7 +89,7 @@
left: 0;
right: 0;
.ant-btn {
margin-left: 10px;
margin-left: 12px;
}
}
}
Expand Down

0 comments on commit bd8fb8a

Please sign in to comment.