日记详情增加 copy 功能

This commit is contained in:
mx1700 2019-08-04 19:57:46 +08:00
parent efa9be588d
commit 2bc456dadd
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ export default class DiaryFull extends Component {
</Text> </Text>
</View> </View>
<Text style={localStyle.content}> <Text style={localStyle.content} selectable={true} selectionColor={Color.textSelect}>
{diary.content.trim()} {diary.content.trim()}
</Text> </Text>

View file

@ -5,7 +5,7 @@ export default {
warning: '#ffdd57', warning: '#ffdd57',
danger: '#ff3860', danger: '#ff3860',
inactiveText: '#9B9B9B', inactiveText: '#9C9C9C',
darkText: '#333333', darkText: '#333333',
lightText: '#7F91A7', lightText: '#7F91A7',