Skip to content

Commit d30996d

Browse files
authored
fix(checkbox): modify smb theme (#2096)
1 parent b734129 commit d30996d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/theme/src/checkbox-button/index.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@
212212
border-bottom: 16px solid transparent;
213213
border-right: 16px solid var(--ti-checkbox-button-checked-border-color);
214214
border-top-right-radius: 4px;
215-
right: 3px;
215+
right: 5px;
216216
}
217217

218218
&::before {
219219
height: 8px;
220220
width: 4px;
221-
right: 3px;
222-
top: 1px;
221+
right: 6px;
222+
top: 0;
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)