Skip to content

Commit

Permalink
fix(comp:popconfirm): sync design (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed May 26, 2023
1 parent d425a6f commit 08e1821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/popconfirm/style/index.less
Expand Up @@ -24,7 +24,7 @@
min-height: var(--ix-height-lg);
.reset-font-size(@popconfirm-title-font-size);

padding: 8px 16px;
padding: 16px 16px 8px;

.@{icon-prefix} {
font-size: @popconfirm-icon-size;
Expand All @@ -34,11 +34,11 @@
}

&-content {
padding: 12px 16px 4px;
padding: 16px 16px 8px;
}

&-title + &-content {
padding-top: 4px;
padding-top: 0;
}

&-with-content &-title {
Expand Down

0 comments on commit 08e1821

Please sign in to comment.