We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e64a7 commit b590145Copy full SHA for b590145
1 file changed
assets/js/dashboard/stats/graph/main-graph.tsx
@@ -335,13 +335,11 @@ const MainGraphTooltip = ({
335
</div>
336
{datum.comparisonTimeLabel !== null &&
337
typeof datum.change === 'number' && (
338
- <div className="inline-flex items-center space-x-1">
339
- <ChangeArrow
340
- className=""
341
- metric={metric as Metric}
342
- change={datum.change}
343
- />
344
- </div>
+ <ChangeArrow
+ className="text-xs/6 font-medium text-white whitespace-nowrap"
+ metric={metric as Metric}
+ change={datum.change}
+ />
345
)}
346
347
<div className="flex flex-col">
0 commit comments