#1542 Alignment between themes

This commit is contained in:
Knut Sveidqvist
2020-07-20 15:15:03 +02:00
parent 1302addcdd
commit 93a8c83a68
7 changed files with 40 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
Base theme for cusom themeingconst getStyles = options =>
const getStyles = options =>
`
.entityBox {
fill: ${options.mainBkg};
@@ -13,6 +13,10 @@ Base theme for cusom themeingconst getStyles = options =>
opacity: 0.5;
}
}
.relationshipLine {
stroke: ${options.lineColor};
}
`;
export default getStyles;