mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Todo description now shows up in a modal
This commit is contained in:
parent
e311b88508
commit
df4fd775f3
4 changed files with 25 additions and 18 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue