Skip to content

Commit 5244060

Browse files
committed
fix: sort properties
1 parent 3f43d3c commit 5244060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FAQ.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ export const FAQ = (props: FAQProps): JSX.Element => {
3030
overrides={{
3131
Touchable: {
3232
style: {
33-
justifyContent: 'space-between',
3433
alignItems: 'center',
35-
borderBottomWidth: 1,
3634
borderBottomColor: theme.colors.border.default,
35+
borderBottomWidth: 1,
36+
justifyContent: 'space-between',
3737
paddingBottom: 24,
3838
},
3939
},

0 commit comments

Comments
 (0)