mirror of
https://github.com/bendtherules/demo-trello-app.git
synced 2026-08-19 00:31:31 +00:00
Add basic styling for Board, List, Task component
This commit is contained in:
@@ -8,7 +8,7 @@ export function TaskCard({ cardData }) {
|
||||
const dispatch = useDispatch();
|
||||
|
||||
return (
|
||||
<div className={styles.cardContainer}>
|
||||
<div className={styles.cardContainer} tabIndex={1} contentEditable="true">
|
||||
{cardData.text}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user