mirror of
https://github.com/timepill/timepill-app.git
synced 2025-05-23 11:19:13 +08:00
日记详情增加 copy 功能
This commit is contained in:
parent
efa9be588d
commit
2bc456dadd
2 changed files with 2 additions and 2 deletions
src
|
@ -110,7 +110,7 @@ export default class DiaryFull extends Component {
|
|||
</Text>
|
||||
</View>
|
||||
|
||||
<Text style={localStyle.content}>
|
||||
<Text style={localStyle.content} selectable={true} selectionColor={Color.textSelect}>
|
||||
{diary.content.trim()}
|
||||
</Text>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ export default {
|
|||
warning: '#ffdd57',
|
||||
danger: '#ff3860',
|
||||
|
||||
inactiveText: '#9B9B9B',
|
||||
inactiveText: '#9C9C9C',
|
||||
darkText: '#333333',
|
||||
lightText: '#7F91A7',
|
||||
|
||||
|
|
Loading…
Reference in a new issue