Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix font

+1 -1
+1 -1
src/utils/stockChart.ts
··· 100 100 101 101 ctx.strokeStyle = GRID_COLOR; 102 102 ctx.lineWidth = 1; 103 - ctx.font = '12px "SF Pro Display", "Segoe UI", sans-serif'; 103 + ctx.font = '12px sans-serif'; 104 104 ctx.fillStyle = TEXT_COLOR; 105 105 106 106 const gridLines = Math.max(2, Math.round(priceRange / tickSpacing));