fix: address code review findings — DRY delta-pill, var→const/let, tokenize colors
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ function createRatingChart(container, history) {
|
||||
if (isLast) {
|
||||
svg.appendChild(el('circle', {
|
||||
cx: p.x.toFixed(1), cy: p.y.toFixed(1),
|
||||
r: '4', fill: 'var(--accent)', stroke: 'white', 'stroke-width': '2'
|
||||
r: '4', fill: 'var(--accent)', stroke: 'var(--paper)', 'stroke-width': '2'
|
||||
}));
|
||||
} else {
|
||||
svg.appendChild(el('circle', {
|
||||
|
||||
Reference in New Issue
Block a user