diff --git a/src/components/ImportCSV.tsx b/src/components/ImportCSV.tsx index 67e358cd..a2f91699 100644 --- a/src/components/ImportCSV.tsx +++ b/src/components/ImportCSV.tsx @@ -102,7 +102,7 @@ export default function ImportCSV(props: any) { return (
- { headerButton: { width: "100%", }, + tableHeader: { + padding: 8, + width: "100%", + display: "flex", + flex: "wrap", + alignItems: "center", + justifyContent: "space-between", + // background: Theme.palette.primary.main, + }, + tableActions: { + display: "flex", + flex: "wrap", + alignContent: "center", + // background: Theme.palette.primary.main, + }, }); }); @@ -166,21 +181,24 @@ function Table(props: any) { return ( <> - - {collection} - - - +
+ {collection} +
+ + +
+