Skip to content

Commit

Permalink
change menu/select height to 75vh
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Dec 5, 2022
1 parent 3a11501 commit e76aa6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/theme-b2b/src/components/ListBox.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ListBox: Theme['components']['ListBox'] = {
border: '1px solid',
borderColor: 'gray40',
borderRadius: 'small',
height: '25vh',
height: '75vh',
overflow: 'hidden auto',

'&:error': {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-b2b/src/components/Menu.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Menu: Theme['components']['Menu'] = {
border: '1px solid',
borderColor: 'gray40',
borderRadius: 'small',
height: '25vh',
height: '75vh',
overflow: 'hidden auto',
},
item: {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/ListBox.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ListBox: Theme['components']['ListBox'] = {
borderBottomLeftRadius: '2px',
borderColor: '#aaa',

height: '25vh',
height: '75vh',
overflow: 'hidden auto',

'&:error': {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/Menu.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Menu: Theme['components']['Menu'] = {
borderColor: 'gray40',
borderRadius: 'small',

height: '25vh',
height: '75vh',
overflow: 'hidden auto',
},
item: {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-unicorn/src/components/ListBox.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ListBox: Theme['components']['ListBox'] = {
borderColor: 'gray40',
borderRadius: 'small',

height: '25vh',
height: '75vh',
overflow: 'hidden auto',

'&:error': {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-unicorn/src/components/Menu.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Menu: Theme['components']['Menu'] = {
borderColor: 'gray40',
borderRadius: 'medium',

height: '25vh',
height: '75vh',
overflow: 'hidden auto',
},
item: {
Expand Down

0 comments on commit e76aa6c

Please sign in to comment.