some more ui updates 2

This commit is contained in:
Harivansh Rathi 2024-12-08 16:10:34 -05:00
parent 7dda2e20d0
commit 002ab0ea98
3 changed files with 3 additions and 3 deletions

View file

@ -60,6 +60,6 @@
@layer utilities {
.gradient-text {
@apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-400;
@apply bg-clip-text text-transparent bg-gradient-to-r from-[#9333EA] to-[#A855F7];
}
}

View file

@ -235,7 +235,7 @@ export default function AskQuestion() {
</div>
{/* Main Chat Container - Added pb-20 to create space at bottom */}
<div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0 pb-20">
<div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0">
{/* Messages Container */}
<div className="flex-1 overflow-y-auto">
{error && (