Skip to content

Commit 4a77ece

Browse files
authored
Merge pull request #197 from mahatch/patch-1
Update README.md : Custom Card styling
2 parents 12ba0fe + 62860e2 commit 4a77ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const CustomCard = props => {
183183
justifyContent: 'space-between',
184184
color: props.cardColor
185185
}}>
186-
<div style={{fontSize: 14, fontWeight: 'bold'}}>{props.name}</div>
186+
<div style={{fontSize: 14, fontWeight: 'bold'}}>{props.title}</div>
187187
<div style={{fontSize: 11}}>{props.dueOn}</div>
188188
</header>
189189
<div style={{fontSize: 12, color: '#BD3B36'}}>

0 commit comments

Comments
 (0)