chore(ask_sb): add background color to right column of the tutorial dialog

This commit is contained in:
bkellam 2025-07-29 23:41:32 -07:00
parent b59fda25fc
commit a16bf886fa

View file

@ -328,7 +328,7 @@ export const AgenticSearchTutorialDialog = ({ onClose }: AgenticSearchTutorialDi
</div> </div>
{/* Right Column (Image/Visual Content) */} {/* Right Column (Image/Visual Content) */}
<div className="flex-1 flex flex-col justify-between"> <div className="flex-1 flex flex-col justify-between bg-[#020817]">
<div className="flex-1 overflow-y-auto">{currentStepData.rightContent}</div> <div className="flex-1 overflow-y-auto">{currentStepData.rightContent}</div>
</div> </div>
</div> </div>