Skip to content

Commit 1002e2f

Browse files
committed
fix(crud-toolbar): use spacing values
1 parent 24e0fb7 commit 1002e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-crud/src/components/crud-toolbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const docsPerPageOptionStyles = css({
7676
});
7777

7878
const loaderContainerStyles = css({
79-
paddingLeft: 8,
80-
paddingRight: 8,
79+
paddingLeft: spacing[200],
80+
paddingRight: spacing[200],
8181
});
8282

8383
type ExportDataOption = 'export-query' | 'export-full-collection';

0 commit comments

Comments
 (0)