Skip to content

Commit

Permalink
Merge pull request #15 from flyingcarpet-network/feature/FD-149-Make-…
Browse files Browse the repository at this point in the history
…annotation-dots-and-lines-white

change annotation dots and lines to white
  • Loading branch information
bneiluj authored Nov 13, 2018
2 parents 2c3cd5d + b094da0 commit d542060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Polygon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components'
import './index.css'

const PointDot = styled.div`
background: black;
background: white;
border-radius: 1px;
width: 2px;
height: 2px;
Expand Down Expand Up @@ -56,7 +56,7 @@ function Polygon (props) {
fromAnchor={item.x + "% " + item.y + "%"}
to="linesContainer"
toAnchor={prevItem.x + "% " + prevItem.y + "%"}
borderColor={'black'}
borderColor={'white'}
borderStyle={'dashed'}
borderWidth={2}
className={(!props.active) ? "Polygon-LineTo" : "Polygon-LineToActive"}
Expand Down

0 comments on commit d542060

Please sign in to comment.