Skip to content

Commit

Permalink
Merge pull request #18 from threatdown/0xsi/fix-label-cutoff
Browse files Browse the repository at this point in the history
Work on label getting cut off
  • Loading branch information
Simon-Busch authored Nov 17, 2023
2 parents d4ffb02 + 6e251e5 commit 0b7a60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const styles = {
objective: `fill:${colors.n100},color:${colors.white},stroke:${colors.n60},stroke-width:${defaults.strokeWidth}`,
condition: `fill:${colors.n100},color:${colors.white},stroke:${colors.n60},stroke-width:${defaults.strokeWidth}`,
assumption: `fill:${colors.n100},color:${colors.white},stroke:${colors.n60},stroke-width:${defaults.strokeWidth}`,
booleanAnd: `fill:${colors.b80},color:${colors.white},stroke:${colors.white},stroke-width:${defaults.strokeWidth}`,
booleanOr: `fill:${colors.b80},color:${colors.white},stroke:${colors.white},stroke-width:${defaults.strokeWidth}`,
booleanAnd: `fill:${colors.b80},color:${colors.white},stroke:${colors.white},stroke-width:${defaults.strokeWidth}, padding-right: 4px`,
booleanOr: `fill:${colors.b80},color:${colors.white},stroke:${colors.white},stroke-width:${defaults.strokeWidth}, padding-right: 4px`,
link: `stroke:${colors.b80},stroke-width:${defaults.strokeWidth}`,
mitigatedLink: `stroke:${colors.b80},stroke-width:${defaults.strokeWidth}`,
modifiers: {
Expand Down

0 comments on commit 0b7a60a

Please sign in to comment.