fix: fix icon styling in Searchbar

This commit is contained in:
Satyajit Sahoo
2018-05-05 16:46:54 +02:00
parent 19e4ce5cec
commit 9fb3df0504
5 changed files with 68 additions and 66 deletions

View File

@@ -17,7 +17,7 @@ type State = {
};
class SearchExample extends React.Component<Props, State> {
static title = 'Search bar';
static title = 'Searchbar';
state = {
firstQuery: '',