diff --git a/.changeset/breezy-camels-eat.md b/.changeset/breezy-camels-eat.md new file mode 100644 index 000000000..167fb56d5 --- /dev/null +++ b/.changeset/breezy-camels-eat.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Add 1px bottom padding to datagrid diff --git a/src/components/Datagrid/styles.ts b/src/components/Datagrid/styles.ts index 684d33c9a..e1bf9f550 100644 --- a/src/components/Datagrid/styles.ts +++ b/src/components/Datagrid/styles.ts @@ -96,6 +96,7 @@ const useStyles = makeStyles<{ actionButtonPosition?: "left" | "right" }>( borderRadius: 0, boxSizing: "content-box", width: "100%", + paddingBottom: "1px", }, root: { position: "relative",