feat: redesign column header

This commit is contained in:
2024-01-24 15:08:55 +07:00
parent 763ace5ddf
commit d527078d5c
8 changed files with 123 additions and 101 deletions

View File

@@ -30,7 +30,7 @@ export function Timeline({ column }: { column: IColumn }) {
id={column.id}
queryKey={[colKey]}
title="Timeline"
icon={<TimelineIcon className="size-4" />}
icon={<TimelineIcon className="size-5" />}
/>
{ark.account.contacts.length ? (
<Column.Live