Update Chat list header

This commit is contained in:
Pranav
2025-05-09 11:48:37 -07:00
parent 58acebc6e3
commit ec6cb63f02
@@ -80,7 +80,7 @@ const toggleConversationLayout = () => {
<template>
<div
class="flex items-center justify-between gap-2 px-4"
class="flex items-center justify-between gap-2 px-3 h-12"
:class="{
'pb-3 border-b border-n-strong': hasAppliedFiltersOrActiveFolders,
'pt-3 pb-2': showV4View,
@@ -89,7 +89,7 @@ const toggleConversationLayout = () => {
>
<div class="flex items-center justify-center min-w-0">
<h1
class="text-lg font-medium truncate text-n-slate-12"
class="text-base font-medium truncate text-n-slate-12"
:title="pageTitle"
>
{{ pageTitle }}