fix contact ui in light mode (#72)
This commit is contained in:
@@ -153,7 +153,7 @@ export const EditContact: React.FC<{
|
|||||||
/>
|
/>
|
||||||
<div className="flex justify-end">
|
<div className="flex justify-end">
|
||||||
<Button
|
<Button
|
||||||
className=" w-[100px] bg-white hover:bg-gray-100 focus:bg-gray-100"
|
className=" w-[100px] "
|
||||||
type="submit"
|
type="submit"
|
||||||
disabled={updateContactMutation.isPending}
|
disabled={updateContactMutation.isPending}
|
||||||
>
|
>
|
||||||
|
@@ -187,9 +187,7 @@ export default function ContactsPage({
|
|||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="text-muted-foreground text-xs">
|
<div className="text-muted-foreground text-xs">
|
||||||
{formatDistanceToNow(campaign.createdAt, {
|
{formatDistanceToNow(campaign.createdAt, {})}
|
||||||
addSuffix: true,
|
|
||||||
})}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
Reference in New Issue
Block a user