From bad69acd785299efa86f71dafbd1b7bafb5c5e15 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 19 Feb 2018 06:35:46 -0600 Subject: [PATCH] add striped & highlighting to grid --- src/FilterLists.Web/ClientApp/components/Home.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 2803da4b8..d88f3fcf6 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -68,7 +68,8 @@ export class Home extends React.Component, IFilterListsS headerClassName: "hidden-xs", className: "hidden-xs" } - ]}/>; + ]} + className="-striped -highlight"/>; } }