mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
feat(search-bar): better search back result
This commit is contained in:
parent
1b5d4e72bd
commit
71e98e93e5
3 changed files with 78 additions and 8 deletions
|
@ -6,6 +6,12 @@ export const lightThemeOverrides: GlobalThemeOverrides = {
|
|||
},
|
||||
|
||||
Layout: { color: '#f1f5f9' },
|
||||
|
||||
AutoComplete: {
|
||||
peers: {
|
||||
InternalSelectMenu: { height: '500px' },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const darkThemeOverrides: GlobalThemeOverrides = {
|
||||
|
@ -16,6 +22,12 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
|
|||
primaryColorSuppl: '#36AD6AFF',
|
||||
},
|
||||
|
||||
AutoComplete: {
|
||||
peers: {
|
||||
InternalSelectMenu: { height: '500px', color: '#1e1e1e' },
|
||||
},
|
||||
},
|
||||
|
||||
Menu: {
|
||||
itemHeight: '32px',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue