mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add striped & highlighting to grid
This commit is contained in:
parent
8810b840e1
commit
9f1d10ee73
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
|
|||
headerClassName: "hidden-xs",
|
||||
className: "hidden-xs"
|
||||
}
|
||||
]}/>;
|
||||
]}
|
||||
className="-striped -highlight"/>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue