We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5b0ff commit e71a1c6Copy full SHA for e71a1c6
src/globalCss.ts
@@ -36,17 +36,17 @@ export default `
36
cursor: pointer;
37
fill: transparent;
38
stroke: #000;
39
- stroke-width: 2;
+ stroke-width: 1;
40
}
41
42
.rd3t-label__title {
43
- stroke: #000;
44
- stroke-width: 1;
+ fill: #000;
+ font-weight: bolder;
45
46
47
.rd3t-label__attributes {
48
- stroke: #777;
49
+ fill: #777;
50
font-size: smaller;
51
52
0 commit comments