From 68d21669e7bbee59518ca98edb209139d7e40137 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 9 Feb 2026 19:12:47 +0200 Subject: [PATCH] style/similar notes: fix font size variation according to similarity --- apps/client/src/widgets/ribbon/SimilarNotesTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx index c8dc1337fe..ffac9ae7ae 100644 --- a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx +++ b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx @@ -33,7 +33,7 @@ export default function SimilarNotesTab({ note }: Pick) { notePath={notePath} noTnLink style={{ - "font-size": 20 * (1 - 1 / (1 + score)) + "font-size": (20 * (1 - 1 / (1 + score))) + "px" }} /> ))}