mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Adjust base component styles
This commit is contained in:
parent
57c34637cf
commit
a4584ecd5c
4 changed files with 8 additions and 5 deletions
|
|
@ -47,10 +47,11 @@ export const SearchInput = ({
|
|||
input: {
|
||||
backgroundColor: isOpened ? 'inherit' : 'transparent !important',
|
||||
border: 'none !important',
|
||||
cursor: isOpened ? 'text' : 'pointer',
|
||||
padding: isOpened ? '10px' : 0,
|
||||
},
|
||||
}}
|
||||
width={isOpened ? openedWidth || 200 : initialWidth || 50}
|
||||
width={isOpened ? openedWidth || 150 : initialWidth || 50}
|
||||
onChange={onChange}
|
||||
onKeyDown={handleEscape}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue