Add GraphQL variables editor

This commit is contained in:
Gregory Schier
2023-03-14 19:56:02 -07:00
parent 3247190a46
commit b761e3d9c1
8 changed files with 89 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ export function Divider({ className, orientation = 'horizontal', decorative }: P
<Separator.Root
className={classnames(
className,
'bg-gray-50',
'bg-gray-300/40',
orientation === 'horizontal' && 'w-full h-[1px]',
orientation === 'vertical' && 'h-full w-[1px]',
)}