refactor(ui): ♻💄 center-align info button

This commit is contained in:
Collin M. Barrett 2021-11-22 04:45:52 -06:00
parent 14da1e2340
commit d7a891c80e

View file

@ -12,6 +12,7 @@ export const ListInfoButton = (props: RouteComponentProps & Props) => {
const listPath = `/lists/${slugify(props.listName, SlugifyOptions)}`;
return (
<Button
style={{ marginLeft: "10px" }}
type="primary"
title={`View more information about ${props.listName}.`}
onClick={() =>