mail page fix design
This commit is contained in:
parent
a7cfeb759a
commit
76c17692e5
@ -872,7 +872,7 @@ export default function CourrierPage() {
|
||||
// Update the email count in the header to show filtered count
|
||||
const renderEmailListHeader = () => (
|
||||
<div className="border-b border-gray-100">
|
||||
<div className="px-4 py-1">
|
||||
<div className="px-4 py-3">
|
||||
<div className="relative">
|
||||
<Search className="absolute left-2 top-2 h-4 w-4 text-gray-400" />
|
||||
<Input
|
||||
@ -891,7 +891,9 @@ export default function CourrierPage() {
|
||||
onCheckedChange={toggleSelectAll}
|
||||
className="mt-0.5"
|
||||
/>
|
||||
<h2 className="text-base font-semibold text-gray-900">Inbox</h2>
|
||||
<h2 className="text-base font-semibold text-gray-900">
|
||||
{currentView.charAt(0).toUpperCase() + currentView.slice(1).toLowerCase()}
|
||||
</h2>
|
||||
</div>
|
||||
<span className="text-sm text-gray-600">
|
||||
{searchQuery ? `${filteredEmails.length} of ${emails.length} emails` : `${emails.length} emails`}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user