mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
make default node number a little smaller
This commit is contained in:
@@ -195,7 +195,7 @@ export const insertSequenceNumber = function (elem) {
|
||||
.append('circle')
|
||||
.attr('cx', 15)
|
||||
.attr('cy', 15)
|
||||
.attr('r', 10)
|
||||
.attr('r', 7)
|
||||
// .style("fill", '#f00');
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user