mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
chore(ask_sb): add background color to right column of the tutorial dialog
This commit is contained in:
parent
b59fda25fc
commit
a16bf886fa
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ export const AgenticSearchTutorialDialog = ({ onClose }: AgenticSearchTutorialDi
|
|||
</div>
|
||||
|
||||
{/* 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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue