Skip to content

Commit 058e8ec

Browse files
committed
revert: #6706
1 parent f70b04c commit 058e8ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/theme/interface/seeds.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import type { PresetColorType } from './presetColors';
44
// ======================================================================
55
// 🔥🔥🔥🔥🔥🔥🔥 DO NOT MODIFY THIS. PLEASE CONTACT DESIGNER. 🔥🔥🔥🔥🔥🔥🔥
66

7-
type BorderRadiusType = number | `${number}px` | `${number}%`;
8-
97
export interface SeedToken extends PresetColorType {
108
// ---------- Color ---------- //
119

@@ -108,7 +106,7 @@ export interface SeedToken extends PresetColorType {
108106
* @descEN Border radius of base components
109107
* @desc 基础组件的圆角大小,例如按钮、输入框、卡片等
110108
*/
111-
borderRadius: BorderRadiusType;
109+
borderRadius: number;
112110

113111
// ---------- Size ---------- //
114112

0 commit comments

Comments
 (0)