Skip to content

Commit

Permalink
fix(PPDSC-2523): remove menuSub defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin00163 committed Nov 11, 2022
1 parent 4f821ca commit e7174b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions src/menu/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,4 @@ export default {
spaceInset: 'spaceInsetSquish030',
},
},
menuSub: {
horizontal: {
minHeight: 'sizing080',
stylePreset: 'menuSubHorizontal',
transitionPreset: 'backgroundColorChange',
spaceInline: 'space020',
spaceInset: 'spaceInsetSquish030',
},
vertical: {
minHeight: 'sizing080',
stylePreset: 'menuSubVertical',
transitionPreset: 'backgroundColorChange',
spaceInline: 'space020',
spaceInset: 'spaceInsetSquish030',
},
},
};
16 changes: 0 additions & 16 deletions src/theme/__tests__/__snapshots__/theme.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2090,22 +2090,6 @@ Object {
"transitionPreset": "backgroundColorChange",
},
},
"menuSub": Object {
"horizontal": Object {
"minHeight": "sizing080",
"spaceInline": "space020",
"spaceInset": "spaceInsetSquish030",
"stylePreset": "menuSubHorizontal",
"transitionPreset": "backgroundColorChange",
},
"vertical": Object {
"minHeight": "sizing080",
"spaceInline": "space020",
"spaceInset": "spaceInsetSquish030",
"stylePreset": "menuSubVertical",
"transitionPreset": "backgroundColorChange",
},
},
"modal": Object {
"closeButton": Object {
"spaceInset": "spaceInset020",
Expand Down

0 comments on commit e7174b8

Please sign in to comment.