Multiple style fixes, todos page improvements

This commit is contained in:
mrfry 2021-05-18 13:01:35 +02:00
parent e928ef87de
commit ef97239c5f
13 changed files with 121 additions and 76 deletions

View file

@ -11,7 +11,7 @@ export default function TodoCard(props) {
<div
className={styles.card}
style={{
border: `1px solid ${categories[category].color || '#f2cb05'}`,
border: `1px solid ${group || '#f2cb05'}`,
}}
onClick={() => {
onClick(props.cardData)