Skip to content

Commit c7f1cfc

Browse files
authored
chore(crud): update query bar padding to align with other tabs (#6865)
1 parent f933578 commit c7f1cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const crudToolbarStyles = css({
3333
flexDirection: 'column',
3434
alignItems: 'center',
3535
gap: spacing[300],
36-
padding: spacing[300],
36+
padding: spacing[400],
3737
});
3838

3939
const crudBarStyles = css({

0 commit comments

Comments
 (0)