Skip to content

Commit

Permalink
fix(flat-components): fix round button style (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 14, 2021
1 parent b8e93e3 commit 4921d36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/flat-components/theme/antd.mod.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@
box-shadow: none;
}

.ant-btn-sm {
height: 24px;
padding: 0px 7px;
font-size: 14px;
border-radius: 2px;
}

.ant-btn-circle {
padding-right: 0;
padding-left: 0;
border-radius: 50%;
}

.ant-input {
padding: 8px;
line-height: 20px;
Expand Down

0 comments on commit 4921d36

Please sign in to comment.