Skip to content

Commit

Permalink
fix(pit-linked-login): changed color, font-weight, and added margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Jul 24, 2019
1 parent 65f8eda commit 9c426bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/blockchain-info-components/src/Colors/Default.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default {
blue100: '#D8EBFD',
blue200: '#BBDBFC',
green400: '#59CD93',
green500: '#339F7B',
green900: '#004025',
red500: '#EA5B50',
btc: '#FF9B22',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,23 @@ const ListItem = styled.li`
margin-top: 8px;
`

const PitLogo = styled(Image)`
margin-left: 16px;
`

const LinkAccount = () => {
return (
<InfoWrapper>
<InnerWrapper>
<Header>
<Text size='20px' color='brand-primary' weight={600}>
<Text size='20px' color='brand-primary' weight={700}>
<FormattedMessage
id='scenes.linkaccount.authorize'
defaultMessage='Authorize The PIT to connect to your Blockchain Wallet'
/>
</Text>
</Header>
<ListHeader color='green400'>
<ListHeader color='green500'>
<FormattedMessage
id='scenes.linkaccount.pit_will_be_able_to'
defaultMessage='The PIT will be able to:'
Expand All @@ -66,8 +70,8 @@ const LinkAccount = () => {
<ListItem>
<Text weight={500} color='gray-6' size='14px'>
<FormattedMessage
id='scenes.linkaccount.share_levels'
defaultMessage='Share your Gold or Silver or Level status'
id='scenes.linkaccount.share_levels1'
defaultMessage='Share your Gold or Silver'
/>
</Text>
</ListItem>
Expand Down Expand Up @@ -98,7 +102,7 @@ const LinkAccount = () => {
</List>
</InnerWrapper>
<Footer>
<Image name='the-pit-logo' height='42px' />
<PitLogo name='the-pit-logo' height='42px' />
<div>
<Text size='20px' color='brand-primary' weight={600}>
The PIT
Expand Down

0 comments on commit 9c426bc

Please sign in to comment.