Use user colors
This commit is contained in:
parent
b1e5c5f94c
commit
e96b1b8eae
|
@ -30,7 +30,7 @@ export function TodoList(
|
||||||
src={avatarUrl != null ? avatarUrl : 'https://placehold.co/512x512'}
|
src={avatarUrl != null ? avatarUrl : 'https://placehold.co/512x512'}
|
||||||
title={`${name}'s avatar`}
|
title={`${name}'s avatar`}
|
||||||
/>
|
/>
|
||||||
<span class='text-sky-800 dark:text-sky-200 font-semibold text-center'>
|
<span style={`color: #${color};`} class='font-semibold text-center'>
|
||||||
{name}
|
{name}
|
||||||
</span>
|
</span>
|
||||||
<button class='mt-4 mb-4 text-left w-full px-2 py-1 rounded-lg border-[1px] text-stone-500 border-stone-500 opacity-50 hover:opacity-100'>
|
<button class='mt-4 mb-4 text-left w-full px-2 py-1 rounded-lg border-[1px] text-stone-500 border-stone-500 opacity-50 hover:opacity-100'>
|
||||||
|
|
Loading…
Reference in a new issue