diff --git a/packages/app-mobile/components/screens/ConfigScreen/SectionSelector.tsx b/packages/app-mobile/components/screens/ConfigScreen/SectionSelector.tsx index 5c7c9b00a..678cebbbc 100644 --- a/packages/app-mobile/components/screens/ConfigScreen/SectionSelector.tsx +++ b/packages/app-mobile/components/screens/ConfigScreen/SectionSelector.tsx @@ -53,7 +53,7 @@ const SectionSelector: FunctionComponent = props => { {shortDescription ?? ''} diff --git a/packages/app-mobile/components/screens/ConfigScreen/configScreenStyles.ts b/packages/app-mobile/components/screens/ConfigScreen/configScreenStyles.ts index 14664d305..502c09def 100644 --- a/packages/app-mobile/components/screens/ConfigScreen/configScreenStyles.ts +++ b/packages/app-mobile/components/screens/ConfigScreen/configScreenStyles.ts @@ -92,6 +92,7 @@ const configScreenStyles = (themeId: number): ConfigScreenStyles => { fontSize: theme.fontSizeSmaller, color: theme.color, opacity: fadedOpacity, + paddingTop: 3, };