Use user colors

This commit is contained in:
Daniel Flanagan 2024-01-07 16:37:45 -06:00
parent b1e5c5f94c
commit e96b1b8eae
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -30,7 +30,7 @@ export function TodoList(
src={avatarUrl != null ? avatarUrl : 'https://placehold.co/512x512'}
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}
</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'>