Skip to content

Commit 558f823

Browse files
committed
fix(webapp): separate concatenated classes in replay dialog editor container
1 parent 1b3e3f3 commit 558f823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function ReplayForm({
236236
className="-mx-3 mt-3 w-auto flex-1 border-b border-t border-grid-dimmed"
237237
>
238238
<ResizablePanel id="payload" min="300px">
239-
<div className="rounded-smbg-background-deep mb-3 h-full min-h-40 overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-surface-control">
239+
<div className="mb-3 h-full min-h-40 overflow-y-auto rounded-sm bg-background-deep scrollbar-thin scrollbar-track-transparent scrollbar-thumb-surface-control">
240240
<JSONEditor
241241
className="h-full"
242242
autoFocus

0 commit comments

Comments
 (0)