Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 444e81c

Browse files
author
Kazu Yokomizo
committed
Fix indent
1 parent f0ba7f4 commit 444e81c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/DropboxNoteList.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,8 @@ export default class DropboxNoteList extends Component {
443443
}}>
444444
Dropbox
445445
</Text>
446-
<Button style={styles.refreshButton}
447-
onPress={() => this.getToken()}>
448-
<Text style={{ color: "rgba(40,44,52,0.4)", right: 10, position: 'absolute' }}>
446+
<Button style={styles.refreshButton} onPress={() => this.getToken()}>
447+
<Text style={{ color: "rgba(40,44,52,0.4)", right: 1, position: 'absolute' }}>
449448
<Icon name='md-refresh' style={{color: "rgba(40,44,52,0.4)"}}/>
450449
</Text>
451450
</Button>

0 commit comments

Comments
 (0)