Adapt style to CSS foramt
This commit is contained in:
@@ -2,8 +2,9 @@ import config from './config'
|
|||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
curve: {
|
curve: {
|
||||||
stroke: '#ffc425',
|
borderStyle: 'solid',
|
||||||
strokeWidth: 2
|
borderColor: '#ffc425',
|
||||||
|
borderWidth: 2,
|
||||||
},
|
},
|
||||||
curveExcluded: {
|
curveExcluded: {
|
||||||
stroke: 'lightgrey',
|
stroke: 'lightgrey',
|
||||||
@@ -12,13 +13,15 @@ const styles = {
|
|||||||
},
|
},
|
||||||
curveDots: {
|
curveDots: {
|
||||||
backgroundColor: '#00aedb',
|
backgroundColor: '#00aedb',
|
||||||
width: 15,
|
width: 12,
|
||||||
height: 15,
|
height: 12,
|
||||||
borderRadius: 50
|
borderRadius: 50
|
||||||
},
|
},
|
||||||
curveDotsExcluded: {
|
curveDotsExcluded: {
|
||||||
fill: 'lightgrey',
|
backgroundColor: 'lightgrey',
|
||||||
r: 6
|
width: 12,
|
||||||
|
height: 12,
|
||||||
|
borderRadius: 50
|
||||||
},
|
},
|
||||||
column: {
|
column: {
|
||||||
label: {
|
label: {
|
||||||
|
|||||||
Reference in New Issue
Block a user