Skip to content

Commit

Permalink
Updated background color
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Sep 30, 2019
1 parent cf547b3 commit 6b0b9dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import { Cytoscape } from './Cytoscape';
const Background = styled('div')`
background: linear-gradient(
90deg,
${theme.euiColorLightestShade}
${theme.euiPageBackgroundColor}
calc(${theme.euiSizeL} - calc(${theme.euiSizeXS} / 2)),
transparent 1%
)
center,
linear-gradient(
${theme.euiColorLightestShade}
${theme.euiPageBackgroundColor}
calc(${theme.euiSizeL} - calc(${theme.euiSizeXS} / 2)),
transparent 1%
)
Expand Down

0 comments on commit 6b0b9dc

Please sign in to comment.