diff --git a/src/component/diary/diaryFull.js b/src/component/diary/diaryFull.js index 936b379..9d4bfdb 100644 --- a/src/component/diary/diaryFull.js +++ b/src/component/diary/diaryFull.js @@ -110,7 +110,7 @@ export default class DiaryFull extends Component { - + {diary.content.trim()} diff --git a/src/style/color.js b/src/style/color.js index fa4ec33..a2228a2 100644 --- a/src/style/color.js +++ b/src/style/color.js @@ -5,7 +5,7 @@ export default { warning: '#ffdd57', danger: '#ff3860', - inactiveText: '#9B9B9B', + inactiveText: '#9C9C9C', darkText: '#333333', lightText: '#7F91A7',