We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43d3c commit 5244060Copy full SHA for 5244060
src/FAQ.tsx
@@ -30,10 +30,10 @@ export const FAQ = (props: FAQProps): JSX.Element => {
30
overrides={{
31
Touchable: {
32
style: {
33
- justifyContent: 'space-between',
34
alignItems: 'center',
35
- borderBottomWidth: 1,
36
borderBottomColor: theme.colors.border.default,
+ borderBottomWidth: 1,
+ justifyContent: 'space-between',
37
paddingBottom: 24,
38
},
39
0 commit comments