Skip to content
Snippets Groups Projects
Commit ff21447d authored by Michael Tobis's avatar Michael Tobis
Browse files

search bar styling

parent d9c85cab
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,11 @@ const SearchBar = (props) => {
value={props.query}
onChange={(e) => props.setQuery(e.target.value)}
required
className="search-bar" />
className="search-bar form-control" />
<input
type="submit"
value="Find" />
value="Find"
class="btn btn-primary" />
</form>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment