Addressed comments

This commit is contained in:
Jori Lallo
2017-11-12 16:35:23 -08:00
parent a8ace3ca60
commit c74ed3ad65
4 changed files with 19 additions and 15 deletions

View File

@ -1,17 +1,18 @@
// @flow
import React from 'react';
import { Table, TBody, TR, TD } from 'oy-vey';
import { color } from '../../../shared/styles/constants';
export default () => {
const style = {
padding: '20px 0',
borderTop: '1px solid #e8e8e8',
color: '#9BA6B2',
borderTop: `1px solid ${color.smokeDark}`,
color: color.slate,
fontSize: '14px',
};
const linkStyle = {
color: '#9BA6B2',
color: color.slate,
textDecoration: 'none',
};
@ -19,7 +20,7 @@ export default () => {
<Table width="100%">
<TBody>
<TR>
<TD width="75%" style={style}>
<TD style={style}>
<a href={process.env.URL} style={linkStyle}>
Outline
</a>