add striped & highlighting to grid

This commit is contained in:
Collin Barrett 2018-02-19 06:35:46 -06:00
parent 8810b840e1
commit 9f1d10ee73

View file

@ -68,7 +68,8 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
headerClassName: "hidden-xs",
className: "hidden-xs"
}
]}/>;
]}
className="-striped -highlight"/>;
}
}