Fix - Input box shadow, left icon focus and new size variant (#9902)
Favorite folder input needs to be 28px --- added a new sizeVariant Removed box shadow completely -- checked with @Bonapara The left icon used to be of color light on focus -- added a state to check if input is focused --------- Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
@ -36,7 +36,6 @@ const StyledButton = styled('button')`
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
:hover {
|
||||
background: ${({ theme }) => theme.background.transparent.light};
|
||||
}
|
||||
|
||||
@ -78,6 +78,7 @@ export const NavigationDrawerInput = ({
|
||||
onChange={onChange}
|
||||
placeholder={placeholder}
|
||||
onFocus={handleFocus}
|
||||
sizeVariant="md"
|
||||
fullWidth
|
||||
autoFocus
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user