mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +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>
|
</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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue