Todo description now shows up in a modal

This commit is contained in:
mrfry 2021-03-22 15:43:30 +01:00
parent e311b88508
commit df4fd775f3
4 changed files with 25 additions and 18 deletions

View file

@ -27,7 +27,7 @@ export default function TodoCard(props) {
backgroundColor: categories[category].color,
color: 'white',
borderRadius: '2px',
padding: '0px 2px',
padding: '2px 4px',
}}
>
{categories[category].name}