style: notes

This commit is contained in:
cv
2021-06-13 14:29:41 +02:00
parent 17ddfb535f
commit 68b723d4ec
5 changed files with 10 additions and 5 deletions
@@ -77,6 +77,7 @@ const ExpandedBlock = (props) => {
label='Note'
defaultValue={data.note}
placeholder='Add Note'
style={{ color: '#d69e2e' }}
submitHandler={(v) =>
actionHandler('update', { field: 'note', value: v })
}