@ -1,26 +1,26 @@
|
||||
// @flow
|
||||
import * as React from 'react';
|
||||
import { Table, TBody, TR, TD } from 'oy-vey';
|
||||
import { color } from '../../../shared/styles/constants';
|
||||
import { twitterUrl, spectrumUrl } from '../../../shared/utils/routeHelpers';
|
||||
import theme from '../../../shared/styles/theme';
|
||||
|
||||
export default () => {
|
||||
const style = {
|
||||
padding: '20px 0',
|
||||
borderTop: `1px solid ${color.smokeDark}`,
|
||||
color: color.slate,
|
||||
borderTop: `1px solid ${theme.smokeDark}`,
|
||||
color: theme.slate,
|
||||
fontSize: '14px',
|
||||
};
|
||||
|
||||
const linkStyle = {
|
||||
color: color.slate,
|
||||
color: theme.slate,
|
||||
fontWeight: 500,
|
||||
textDecoration: 'none',
|
||||
marginRight: '10px',
|
||||
};
|
||||
|
||||
const externalLinkStyle = {
|
||||
color: color.slate,
|
||||
color: theme.slate,
|
||||
textDecoration: 'none',
|
||||
margin: '0 10px',
|
||||
};
|
||||
|
Reference in New Issue
Block a user