From 79d60ee586ad3b59a86312168546507a2da9428d Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Tue, 8 Dec 2020 10:43:23 -0300 Subject: [PATCH] npm install + changed to Uppercase the first letter --- src/Pages/Search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/Search.js b/src/Pages/Search.js index 8fbba1a8..bdf155c2 100644 --- a/src/Pages/Search.js +++ b/src/Pages/Search.js @@ -169,7 +169,7 @@ export default function Search(props) { <span style={{ alignSelf: "center", marginRight: 10 }}> MOSTRAR: </span> - <select + <Select style={{ backgroundColor: "transparent", border: "none" }} value={option} onChange={(e) => { @@ -183,7 +183,7 @@ export default function Search(props) { {item.label} </option> ))} - </select> + </Select> </div> </Grid> <Grid -- GitLab