fix some style.css problem
This commit is contained in:
parent
d243dbaa7d
commit
a1c92e4e2c
8 changed files with 52 additions and 40 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import Emoji from "react-emoji-render";
|
||||
import * as React from "react";
|
||||
import ReactMarkdown from "react-markdown";
|
||||
|
||||
|
|
@ -11,7 +10,7 @@ function DailyItem(props: any) {
|
|||
<div className="todo-item" id={props.id}>
|
||||
<input type="checkbox" className="checkbox" id={props.id} onChange={props.onChange} checked={props.completed} />
|
||||
<div className="todo-content">
|
||||
<p><Emoji text={props.daily_text}></Emoji></p>
|
||||
<ReactMarkdown children={props.daily_text} />
|
||||
<ReactMarkdown children={props.daily_notes} />
|
||||
</div>
|
||||
<button className="task-operation">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue