Skip to content

Commit

Permalink
Set CAS reflection editing background as white
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Jun 25, 2019
1 parent 4659f91 commit 4542e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/screens/ManagebacAddCASReflectionScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class ManagebacAddCASReflectionScreen extends React.Component {
const addReflectionStyles = StyleSheet.create({
flex1: {
flex: 1,
backgroundColor: colors.lightPrimary2
backgroundColor: colors.white
},
textinput: {
flex: 1,
Expand Down
5 changes: 2 additions & 3 deletions src/screens/ManagebacEditCASReflectionScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export default class ManagebacEditCASReflectionScreen extends React.Component {
});

InteractionManager.runAfterInteractions(() => {

const currentValueHTML = this.props.navigation.getParam(
'currentValueHTML',
''
Expand Down Expand Up @@ -118,7 +117,7 @@ export default class ManagebacEditCASReflectionScreen extends React.Component {
mode: 'no-cors'
}
);

if (this.props.navigation.getParam('onGoBack', null) !== null) {
this.props.navigation.state.params.onGoBack();
}
Expand Down Expand Up @@ -161,7 +160,7 @@ export default class ManagebacEditCASReflectionScreen extends React.Component {
const updateReflectionStyles = StyleSheet.create({
flex1: {
flex: 1,
backgroundColor: colors.lightPrimary2
backgroundColor: colors.white
},
textinput: {
flex: 1,
Expand Down

0 comments on commit 4542e1b

Please sign in to comment.