mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Multiple style fixes, todos page improvements
This commit is contained in:
parent
e928ef87de
commit
ef97239c5f
13 changed files with 121 additions and 76 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue