Skip to content

Commit

Permalink
revert: #6706
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jul 3, 2023
1 parent f70b04c commit 058e8ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/theme/interface/seeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import type { PresetColorType } from './presetColors';
// ======================================================================
// ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ DO NOT MODIFY THIS. PLEASE CONTACT DESIGNER. ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

type BorderRadiusType = number | `${number}px` | `${number}%`;

export interface SeedToken extends PresetColorType {
// ---------- Color ---------- //

Expand Down Expand Up @@ -108,7 +106,7 @@ export interface SeedToken extends PresetColorType {
* @descEN Border radius of base components
* @desc ๅŸบ็ก€็ป„ไปถ็š„ๅœ†่ง’ๅคงๅฐ๏ผŒไพ‹ๅฆ‚ๆŒ‰้’ฎใ€่พ“ๅ…ฅๆก†ใ€ๅก็‰‡็ญ‰
*/
borderRadius: BorderRadiusType;
borderRadius: number;

// ---------- Size ---------- //

Expand Down

0 comments on commit 058e8ec

Please sign in to comment.