Skip to content

Commit

Permalink
Change styles on unknown response body
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Jan 21, 2025
1 parent 480a763 commit a972a1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ function UnknownResponse({
return (
<div className={cn("overflow-hidden overflow-y-auto w-full", className)}>
<CollapsibleBodyContainer>
<div className="text-gray-400 py-20 flex flex-col items-center justify-center gap-4">
<div className="text-muted-foreground py-20 flex flex-col items-center justify-center gap-4">
<QuestionMarkIcon className="h-8 w-8" />
<span className="text-gray-200 italic">
<span className="text-muted-foreground italic">
Unknown response type, cannot render body
</span>
</div>
Expand Down

0 comments on commit a972a1a

Please sign in to comment.