mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
@@ -79,7 +79,13 @@ function Field(props) {
|
||||
|
||||
return (
|
||||
<Flex
|
||||
sx={{ ...sx, ...styles.container, flexDirection: "column", m: "1.5px" }}
|
||||
sx={{
|
||||
m: "2px",
|
||||
mr: "2px",
|
||||
...sx,
|
||||
...styles.container,
|
||||
flexDirection: "column"
|
||||
}}
|
||||
>
|
||||
<Label
|
||||
htmlFor={id}
|
||||
|
||||
@@ -29,7 +29,7 @@ function SearchBox(props) {
|
||||
id="search"
|
||||
name="search"
|
||||
type="text"
|
||||
sx={{ mx: 2, mb: 2 }}
|
||||
sx={{ m: 0, mx: 1, mt: 1 }}
|
||||
placeholder="Type your query here"
|
||||
onKeyDown={(e) => {
|
||||
if (e.key === "Enter") props.onSearch(e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user