We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59fda2 commit a16bf88Copy full SHA for a16bf88
packages/web/src/app/[domain]/components/homepage/agenticSearchTutorialDialog.tsx
@@ -328,7 +328,7 @@ export const AgenticSearchTutorialDialog = ({ onClose }: AgenticSearchTutorialDi
328
</div>
329
330
{/* Right Column (Image/Visual Content) */}
331
- <div className="flex-1 flex flex-col justify-between">
+ <div className="flex-1 flex flex-col justify-between bg-[#020817]">
332
<div className="flex-1 overflow-y-auto">{currentStepData.rightContent}</div>
333
334
0 commit comments