Skip to content
Snippets Groups Projects

Issue/41: FIX SearchBar now display a not found message

Merged Richard Fernando Heise Ferreira requested to merge issue/41-FIXSearchBar into development
2 files
+ 23
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -65,7 +65,7 @@ const useStyles = makeStyles(theme => ({
numberOfAnswers: {
fontSize: 18,
textAlign: "left",
textAlign: "center",
margin: "7px"
}
}));
Loading