mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
added padding to search field
This commit is contained in:
parent
280ab01515
commit
b98cc90983
@ -98,7 +98,7 @@ export const SearchControl = () => {
|
||||
<div className='flex tw-flex-row'>
|
||||
{embedded && <SidebarControl />}
|
||||
<div className='tw-relative'>
|
||||
<input type="text" placeholder="search ..." autoComplete="off" value={value} className="tw-input tw-input-bordered tw-grow tw-shadow-xl tw-rounded-lg"
|
||||
<input type="text" placeholder="search ..." autoComplete="off" value={value} className="tw-input tw-input-bordered tw-grow tw-shadow-xl tw-rounded-lg tw-pr-12"
|
||||
ref={searchInput}
|
||||
onChange={(e) => setValue(e.target.value)}
|
||||
onFocus={() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user