improve: /home page

This commit is contained in:
Kartik 2024-06-16 13:14:28 +05:30
parent 8ecfc654c7
commit 39ba65431d
12 changed files with 39 additions and 22 deletions

View file

@ -63,7 +63,7 @@ function QueryInput({
name="q"
cols={30}
rows={4}
className="bg-transparent pt-2.5 text-base text-[#989EA4] focus:text-foreground duration-200 tracking-[3%] outline-none resize-none w-full p-4"
className="bg-transparent pt-2.5 text-base placeholder:text-[#5D6165] text-[#9DA0A4] focus:text-white duration-200 tracking-[3%] outline-none resize-none w-full p-4"
placeholder="Ask your second brain..."
onKeyDown={(e) => {
if (e.key === "Enter") {
@ -78,6 +78,7 @@ function QueryInput({
<button
type="submit"
onClick={e => e.preventDefault()}
disabled={disabled}
className="h-12 w-12 rounded-[14px] bg-[#21303D] all-center shrink-0 hover:brightness-125 duration-200 outline-none focus:outline focus:outline-primary active:scale-90"
>