contacts: amend share sheet font / padding

This commit is contained in:
Matilde Park 2020-02-10 21:17:56 -05:00
parent b2cf5041b6
commit 5312638a90

View File

@ -13,7 +13,7 @@ export class ShareSheet extends Component {
return ( return (
<div> <div>
<p className="pt2 pb2 pl3 pr3 f8 gray3">Share Your Profile</p> <p className="pt4 pb2 pl3 pr3 f8 gray2 f9">Share Your Profile</p>
<ContactItem <ContactItem
key={props.ship} key={props.ship}
ship={props.ship} ship={props.ship}
@ -22,11 +22,11 @@ export class ShareSheet extends Component {
path={props.path} path={props.path}
selected={props.selected} selected={props.selected}
share={true} /> share={true} />
<p className="pt2 pb3 pl3 pr3 f8"> <p className="pt2 pb3 pl3 pr3 f9">
Your personal information is hidden to others in this group Your personal information is hidden to others in this group
by default. by default.
</p> </p>
<p className="pl3 pr3 f8"> <p className="pl3 pr3 f9">
Share whenever you are ready, or edit its contents for this group. Share whenever you are ready, or edit its contents for this group.
</p> </p>
</div> </div>