fix typo
This commit is contained in:
parent
2cc4177bbe
commit
bd23736c37
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ class PublishPage extends React.PureComponent {
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[
|
style={[
|
||||||
publishStyle.photo,
|
publishStyle.photo,
|
||||||
canUseCamera ? publishStyle.transparentBackground : publishStyle.acftionBackground,
|
canUseCamera ? publishStyle.transparentBackground : publishStyle.actionBackground,
|
||||||
]}
|
]}
|
||||||
onPress={this.handleTakePhotoPressed}
|
onPress={this.handleTakePhotoPressed}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue