fix(ui): add text-32px for smaller than lg view for agent headings

This commit is contained in:
Hanzalah Waheed
2025-10-01 21:21:23 +04:00
parent 4d34dc4234
commit 814ea1c016
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export default function AgentLogs() {
</p> </p>
</div> </div>
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4"> <div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
<h1 className="text-eerie-black m-0 text-[40px] font-bold dark:text-white"> <h1 className="text-eerie-black m-0 text-[32px] font-bold md:text-[40px] dark:text-white">
Agent Logs Agent Logs
</h1> </h1>
</div> </div>

View File

@@ -527,7 +527,7 @@ export default function NewAgent({ mode }: { mode: 'new' | 'edit' | 'draft' }) {
</p> </p>
</div> </div>
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4"> <div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
<h1 className="text-eerie-black m-0 text-[40px] font-bold dark:text-white"> <h1 className="text-eerie-black m-0 text-[32px] font-bold lg:text-[40px] dark:text-white">
{modeConfig[effectiveMode].heading} {modeConfig[effectiveMode].heading}
</h1> </h1>
<div className="flex flex-wrap items-center gap-1"> <div className="flex flex-wrap items-center gap-1">

View File

@@ -111,7 +111,7 @@ function AgentsList() {
}, [token]); }, [token]);
return ( return (
<div className="p-4 md:p-12"> <div className="p-4 md:p-12">
<h1 className="text-eerie-black mb-0 text-[40px] font-bold dark:text-[#E0E0E0]"> <h1 className="text-eerie-black mb-0 text-[32px] font-bold lg:text-[40px] dark:text-[#E0E0E0]">
Agents Agents
</h1> </h1>
<p className="dark:text-gray-4000 mt-5 text-[15px] text-[#71717A]"> <p className="dark:text-gray-4000 mt-5 text-[15px] text-[#71717A]">