Skip to content

Commit

Permalink
fix: front MyGain
Browse files Browse the repository at this point in the history
  • Loading branch information
laurestph committed May 12, 2022
1 parent 8605f8d commit 261b55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/Gains/MyGains.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const MyGains = ({ days, dailyDoses, drinks }) => {
};

const ScreenBgStyled = styled.ScrollView`
background-color: #f9f9f9;
background-color: white;
flex-shrink: 1;
flex-grow: 1;
flex-basis: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/scenes/Gains/MyGoal.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const MyGoalContainer = styled.View`

const MyGoalSubContainer = styled.View`
border: 1px solid #ddd;
border-radius: 5px;
margin: 10px 5px 10px;
`;

Expand Down

0 comments on commit 261b55f

Please sign in to comment.