fix: apply styles

This commit is contained in:
Luis Félix 2019-11-13 17:44:56 +00:00 committed by Josh Harvey
parent 0d9d54efaf
commit 769822fce9
14 changed files with 120 additions and 96 deletions

View file

@ -13,12 +13,12 @@ import Uptime from '../components/Uptime'
import LogsDowloaderPopover from '../components/LogsDownloaderPopover'
import { ReactComponent as Download } from '../styling/icons/button/download/zodiac.svg'
import { ReactComponent as DownloadActive } from '../styling/icons/button/download/white.svg'
import { comet } from '../styling/variables'
import { offColor } from '../styling/variables'
import typographyStyles from '../components/typography/styles'
import logsStyles from './Logs.styles'
const { regularLabel } = typographyStyles
const { p } = typographyStyles
const { tableWrapper } = logsStyles
const localStyles = {
@ -28,8 +28,8 @@ const localStyles = {
marginLeft: 0
},
serverVersion: {
extend: regularLabel,
color: comet,
extend: p,
color: offColor,
margin: 'auto 0 auto 0'
},
headerLine2: {