mirror of
https://github.com/timepill/timepill-app.git
synced 2025-05-23 19:29:12 +08:00
日记详情增加 copy 功能
This commit is contained in:
parent
efa9be588d
commit
2bc456dadd
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue