mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Added Basic Darkmode and Fixed Small Bugs
This commit is contained in:
parent
aacca3d141
commit
94fb5c7eb1
42 changed files with 593 additions and 72 deletions
|
@ -16,7 +16,7 @@ export const ActivityItem = ({ data }: ActivityItemProps) => {
|
|||
</Avatar>
|
||||
<div className='flex flex-col space-y-0.5'>
|
||||
<p className='text-sm text-muted-foreground'>
|
||||
<span className='font-semibold lowercase text-neutral-700'>
|
||||
<span className='font-semibold lowercase text-neutral-700 dark:text-neutral-200'>
|
||||
{data.userName}
|
||||
</span>{' '}
|
||||
{generateLogMessage(data)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue