Update hr color

This commit is contained in:
Brandon Millman
2018-07-18 14:47:02 -07:00
parent c7f196b579
commit 938aabde3d
2 changed files with 1 additions and 4 deletions

View File

@@ -45,9 +45,7 @@ export class OpenPositions extends React.Component<OpenPositionsProps, OpenPosit
return (
<Container id={this.props.hash} className="mx-auto pb4 px3" maxWidth="1200px">
{!isSmallScreen && (
<hr
style={{ border: 0, borderTop: 1, borderStyle: 'solid', borderColor: colors.jobsPageDivider }}
/>
<hr style={{ border: 0, borderTop: 1, borderStyle: 'solid', borderColor: colors.beigeWhite }} />
)}
<Container marginTop="64px" marginBottom="50px">
<Text fontFamily="Roboto Mono" fontSize="24px" fontColor={colors.black}>

View File

@@ -10,7 +10,6 @@ const appColors = {
drawerMenuBackground: '#4a4a4a',
menuItemDefaultSelectedBackground: '#424242',
jobsPageBackground: sharedColors.grey50,
jobsPageDivider: '#cccccc',
jobsPageOpenPositionRow: sharedColors.grey100,
metaMaskOrange: '#f68c24',
metaMaskTransparentOrange: 'rgba(255, 248, 242, 0.8)',