Pull out resize bar

This commit is contained in:
Gregory Schier
2023-03-21 16:53:49 -07:00
parent 2caa13fdec
commit c51805fe69
2 changed files with 29 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ export const ResponsePane = memo(function ResponsePane({ className }: Props) {
<div
className={classnames(
'max-h-full h-full grid grid-rows-[auto_minmax(0,1fr)] grid-cols-1 ',
'dark:bg-gray-100 rounded-md overflow-hidden border border-gray-200',
'dark:bg-gray-100 rounded-md overflow-hidden border border-highlight',
'shadow shadow-gray-100 dark:shadow-gray-0',
)}
>