Skip to content

Commit

Permalink
remove extra font specification
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Dec 5, 2023
1 parent 1cd52f0 commit c03173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/trends/viz/ActionsPie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function ActionsPie({
/>
</div>
{showAggregation && (
<div className="text-7xl text-center font-bold font-sans m-0">
<div className="text-7xl text-center font-bold m-0">
{formatAggregationAxisValue(trendsFilter, total)}
</div>
)}
Expand Down

0 comments on commit c03173b

Please sign in to comment.