Skip to content

Commit

Permalink
Merge branch 'dependabot/npm_and_yarn/father-4.3.5' into dengfuping-i…
Browse files Browse the repository at this point in the history
…cons
  • Loading branch information
dengfuping committed Oct 18, 2023
2 parents 8493d5a + 02f23b1 commit 3b5ffa9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/design/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ const defaultSeed = {
const defaultConfig = theme.defaultConfig;
defaultConfig.token = defaultSeed;

theme.defaultSeed = defaultSeed;
theme.defaultConfig = defaultConfig;
(theme as any).components = {
InputNumber: {
handleVisible: true as true,
export default {
...theme,
defaultSeed,
defaultConfig,
components: {
InputNumber: {
handleVisible: true as true,
},
},
};

export default theme;

0 comments on commit 3b5ffa9

Please sign in to comment.