Skip to content

Commit f9543d4

Browse files
committed
alphabetize props for eslint
1 parent 019bb4a commit f9543d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/views/home/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export function HomeScreenButton({view, onPress}: Props) {
2020
return (
2121
<Touchable onPress={onPress}>
2222
<LinearGradient
23-
start={{x: 0, y: 0.05}}
24-
end={{x: 1, y: 0.85}}
2523
colors={view.gradient}
24+
end={{x: 1, y: 0.85}}
25+
start={{x: 0, y: 0.05}}
2626
style={[styles.rectangle]}
2727
>
2828
<Icon name={view.icon} size={32} style={styles.rectangleButtonIcon} />

0 commit comments

Comments
 (0)