Skip to content

Commit

Permalink
1027 - Add gray background, reduce sheet width
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicac committed Jun 18, 2024
1 parent 227f906 commit cf2c268
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ const ProjectInstanceWorkflowSheet = () => {

return (
<Sheet onOpenChange={() => setProjectInstanceWorkflowSheetOpen(!projectInstanceWorkflowSheetOpen)} open>
<SheetContent className="flex w-2/3 flex-col p-4 sm:max-w-screen-xl">
<SheetContent className="flex flex-col bg-gray-100 p-4 sm:max-w-[780px]">
<h1 className="text-lg font-semibold">
{workflow?.label} <span className="text-base font-normal text-gray-500">(read-only)</span>
{workflow?.label} <span className="text-sm font-normal text-gray-500">(read-only)</span>
</h1>

{componentDefinitionsFetched ? (
Expand Down

0 comments on commit cf2c268

Please sign in to comment.