edit search value
This commit is contained in:
parent
5daa871518
commit
cd2af9eb5b
@ -157,6 +157,7 @@ export default function Home() {
|
||||
<input
|
||||
type="text"
|
||||
className={styles.searchInput}
|
||||
defaultValue="Search..."
|
||||
onFocus={(e) => (e.target.value = "")}
|
||||
onChange={(e) => setInput(e.target.value)}
|
||||
onKeyDown={(e) => enterKeydown(e)}
|
||||
|
@ -73,7 +73,8 @@
|
||||
color: #303030;
|
||||
font-size: 20px;
|
||||
text-align: right;
|
||||
border-radius: 3px;
|
||||
border-radius: 10px;
|
||||
/* border: 2px solid black; */
|
||||
font-family: "Varela Round", sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
@ -109,7 +110,6 @@
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
border-radius: 0;
|
||||
/* width: 100%; */
|
||||
}
|
||||
|
||||
.statsBox {
|
||||
|
Loading…
x
Reference in New Issue
Block a user