Skip to content

Commit

Permalink
fix(comp:stepper): modify size config to 'sm' for seer theme (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Sep 18, 2023
1 parent fe42021 commit 51ae0b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/config/src/seerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export const seerConfig: DeepPartialGlobalConfig = {
progress: {
strokeLinecap: 'square',
},
stepper: {
size: 'sm',
},
table: {
columnExpandable: {
icon: ({ expanded }) => h(IxIcon, { name: expanded ? 'minus-square' : 'plus-square' }),
Expand Down

0 comments on commit 51ae0b2

Please sign in to comment.