Skip to content

Commit 492cd06

Browse files
committed
fix(tabs): reduce editable-card add button size to match tab height
1 parent 17eba92 commit 492cd06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/tabs/style/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ $tab-prefix: #{$prefix}-tabs;
154154
display: flex;
155155
align-items: center;
156156
justify-content: center;
157-
width: 40px;
158-
height: 40px;
157+
width: 32px;
158+
height: 32px;
159159
background: transparent;
160160
border: 1px dashed var(--ty-color-border);
161161
border-radius: 4px;

0 commit comments

Comments
 (0)