mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:51:20 +02:00
Add GraphQL variables editor
This commit is contained in:
@@ -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]',
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user