spacing fix
This commit is contained in:
parent
ac870367aa
commit
5a7d299a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export function OnboardingStep({
|
||||||
)}
|
)}
|
||||||
chatMessage={text}
|
chatMessage={text}
|
||||||
/>
|
/>
|
||||||
) : reserveSpaceForThinking ? (
|
) : reserveSpaceForThinking && !isCompleted ? (
|
||||||
<div className="flex flex-col gap-2 py-1.5">
|
<div className="flex flex-col gap-2 py-1.5">
|
||||||
<p
|
<p
|
||||||
className={`text-foreground text-sm transition-colors duration-300 ${
|
className={`text-foreground text-sm transition-colors duration-300 ${
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue