make default sequence numbers a little smaller

This commit is contained in:
Bland, Paul
2018-08-23 14:30:47 -04:00
parent 8035572fac
commit 0fdddfe548
2 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ export const insertSequenceNumber = function (elem) {
.append('circle')
.attr('cx', 15)
.attr('cy', 15)
.attr('r', 7)
.attr('r', 6)
// .style("fill", '#f00');
}
/**