Skip to content

Commit a16bf88

Browse files
chore(ask_sb): add background color to right column of the tutorial dialog
1 parent b59fda2 commit a16bf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/[domain]/components/homepage/agenticSearchTutorialDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export const AgenticSearchTutorialDialog = ({ onClose }: AgenticSearchTutorialDi
328328
</div>
329329

330330
{/* Right Column (Image/Visual Content) */}
331-
<div className="flex-1 flex flex-col justify-between">
331+
<div className="flex-1 flex flex-col justify-between bg-[#020817]">
332332
<div className="flex-1 overflow-y-auto">{currentStepData.rightContent}</div>
333333
</div>
334334
</div>

0 commit comments

Comments
 (0)