Skip to content

Commit

Permalink
Update to consistent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Mar 1, 2023
1 parent 6fe783f commit 5342eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/query-controls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function QueryControls( {
...props
}: QueryControlsProps ) {
return (
<VStack spacing="2">
<VStack spacing="4">
{ [
onOrderChange && onOrderByChange && (
<SelectControl
Expand Down

0 comments on commit 5342eb6

Please sign in to comment.