Skip to content

Commit

Permalink
More missed background
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Jul 24, 2020
1 parent 44d5be8 commit 68081ec
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions packages/mobile/src/account/EditProfile.tsx
@@ -1,5 +1,4 @@
import TextInput from '@celo/react-components/components/TextInput'
import colors from '@celo/react-components/styles/colors'
import fontStyles from '@celo/react-components/styles/fonts'
import variables from '@celo/react-components/styles/variables'
import * as React from 'react'
Expand Down Expand Up @@ -78,7 +77,6 @@ const style = StyleSheet.create({
},
scrollView: {
flex: 1,
backgroundColor: colors.background,
},
})

Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/account/FiatExchange.tsx
Expand Up @@ -63,7 +63,6 @@ function FiatExchange() {

const styles = StyleSheet.create({
container: {
backgroundColor: colors.background,
flex: 1,
},
image: { height: 200 },
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/account/Invite.tsx
Expand Up @@ -168,7 +168,6 @@ class Invite extends React.Component<Props, State> {
const style = StyleSheet.create({
container: {
flex: 1,
backgroundColor: colors.background,
},
textInputContainer: {
paddingBottom: 5,
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/account/Settings.tsx
Expand Up @@ -331,7 +331,6 @@ export class Account extends React.Component<Props, State> {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: colors.light,
},
title: {
...fontStyles.h1,
Expand Down
2 changes: 0 additions & 2 deletions packages/mobile/src/account/Support.tsx
@@ -1,5 +1,4 @@
import { SettingsItemTextValue } from '@celo/react-components/components/SettingsItem'
import colors from '@celo/react-components/styles/colors.v2'
import fontStyles from '@celo/react-components/styles/fonts.v2'
import * as React from 'react'
import { useTranslation } from 'react-i18next'
Expand Down Expand Up @@ -52,7 +51,6 @@ const Support = () => {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: colors.background,
},
containerList: {
flex: 1,
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/dappkit/DappKitTxDataScreen.tsx
Expand Up @@ -37,7 +37,6 @@ const styles = StyleSheet.create({
},
scrollContainer: {
flex: 1,
backgroundColor: colors.background,
marginHorizontal: '5%',
},
header: {
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/exchange/ExchangeHomeScreen.tsx
Expand Up @@ -231,7 +231,6 @@ const styles = StyleSheet.create({
justifyContent: 'space-between',
},
background: {
backgroundColor: colors.background,
flex: 1,
justifyContent: 'space-between',
},
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/import/ImportWalletSocial.tsx
Expand Up @@ -152,7 +152,6 @@ export class ImportWalletSocial extends React.Component<Props, State> {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: colors.background,
justifyContent: 'space-between',
},
scrollContainer: {
Expand Down
Expand Up @@ -33,7 +33,6 @@ OnboardingSuccessScreen.navigationOptions = nuxNavigationOptionsNoBackButton
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: colors.background,
alignItems: 'center',
justifyContent: 'center',
},
Expand Down

0 comments on commit 68081ec

Please sign in to comment.