Skip to content

Commit

Permalink
Merge pull request #144 from ostdotcom/quick-tips
Browse files Browse the repository at this point in the history
fixes for Couch Marks copy, Twitter Login copy & Activity page spacing
  • Loading branch information
sunilkhedar authored Nov 13, 2019
2 parents 824a066 + e900ca7 commit 30b2066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/CouchMarks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class CouchMarks extends Component {
<View style={{flexDirection:'row', flex: 1, flexWrap: 'wrap', alignItems: 'center'}}>
<Text style={[styles.smallText, {marginRight: 5}]}>Press and hold</Text>
<Image source={PepoIcon} style={{ height: 14, width:14 }}/>
<Text style={[styles.smallText]}>to show how much you like it</Text>
<Text style={[styles.smallText]}>to reward makers with Pepo Coins</Text>
</View>
<Image source={PepoIcon} style={{height: 41, width:41, marginHorizontal: 10}}/>
</View>
Expand Down
8 changes: 1 addition & 7 deletions src/components/LoginPopover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,11 @@ class loginPopover extends React.Component {
>
Meet the people shaping the crypto movement.
</Text>
<Text style={inlineStyles.desc}>
Pepo is currently invite only.
</Text>
<Text style={inlineStyles.desc}>
Connect Twitter to see if you have access.
</Text>
<TouchableButton
TouchableStyles={[
Theme.Button.btnSoftBlue,
{
marginTop: 30,
marginTop: 15,
flexDirection: 'row',
height: 55,
alignItems: 'center',
Expand Down
4 changes: 2 additions & 2 deletions src/components/Notification/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let stylesMap = {

txtWrapper: {
flex: 1,
paddingVertical: 7,
paddingVertical: 10,
paddingRight: 10,
paddingLeft: 0, /* The remaining 10 px is assigned for icon click area. */
flexDirection: 'row',
Expand Down Expand Up @@ -140,7 +140,7 @@ let stylesMap = {
activityIcon :{
paddingLeft: 10,
paddingRight: 4,
paddingVertical: 10,
paddingVertical: 0,
width: 46
}

Expand Down

0 comments on commit 30b2066

Please sign in to comment.