Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
  • Loading branch information
segun committed Aug 4, 2023
1 parent a6cfb0d commit dccc0fc
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,28 @@ Array [
value={false}
/>
</View>
<Text
style={
Array [
Object {
"color": "#24272A",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 20,
"fontWeight": "400",
"lineHeight": 20,
"marginTop": -4,
"paddingTop": 4,
},
Object {
"color": "#BBC0C5",
"fontFamily": "EuclidCircularB-Regular",
"fontWeight": "400",
},
]
}
>
More providers coming soon
</Text>
</View>
</RCTScrollView>,
",",
Expand Down Expand Up @@ -480,6 +502,28 @@ Array [
value={false}
/>
</View>
<Text
style={
Array [
Object {
"color": "#24272A",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 20,
"fontWeight": "400",
"lineHeight": 20,
"marginTop": -4,
"paddingTop": 4,
},
Object {
"color": "#BBC0C5",
"fontFamily": "EuclidCircularB-Regular",
"fontWeight": "400",
},
]
}
>
More providers coming soon
</Text>
</View>
</RCTScrollView>,
",",
Expand Down
6 changes: 3 additions & 3 deletions app/components/Views/Settings/ExperimentalSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const createStyles = (colors: any) =>
lineHeight: 20,
paddingTop: 4,
marginTop: -4,
},
},
boldTitle: {
...(fontStyles.bold as any),
marginTop: 18,
Expand Down Expand Up @@ -189,8 +189,8 @@ const ExperimentalSettings = ({ navigation, route }: Props) => {
/>
</View>
<Text style={[styles.title, styles.mutedText]}>
{strings('experimental_settings.moreProviders')}
</Text>
{strings('experimental_settings.moreProviders')}
</Text>
</>
);

Expand Down

0 comments on commit dccc0fc

Please sign in to comment.