Skip to content

Commit 667d514

Browse files
committed
fix: adds stroke: none for label title and attribs
1 parent e71a1c6 commit 667d514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/globalCss.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ export default `
4141
4242
.rd3t-label__title {
4343
fill: #000;
44+
stroke: none;
4445
font-weight: bolder;
4546
}
4647
4748
.rd3t-label__attributes {
4849
fill: #777;
50+
stroke: none;
4951
font-weight: bolder;
5052
font-size: smaller;
5153
}

0 commit comments

Comments
 (0)