@boyernick/standard-ui-react 0.1.1-canary.18 → 0.1.1-canary.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/command.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boyernick/standard-ui-react",
3
- "version": "0.1.1-canary.18",
3
+ "version": "0.1.1-canary.19",
4
4
  "description": "React components for StandardUI",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/src/command.tsx CHANGED
@@ -281,7 +281,7 @@ export const CommandList = ({ className, ...props }: CommandListProps) => {
281
281
  id={listboxId}
282
282
  role="listbox"
283
283
  className={cn(
284
- "grid min-h-0 flex-1 content-start gap-0 overflow-y-auto overscroll-contain py-0.5",
284
+ "grid min-h-0 flex-1 content-start gap-0 overflow-y-auto overscroll-contain p-1",
285
285
  className,
286
286
  )}
287
287
  {...props}