diff --git a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx index 57299c92c..e324c5d1d 100644 --- a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx +++ b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx @@ -32,7 +32,7 @@ export default function SimilarNotesTab({ note }: TabContext) { notePath={notePath} noTnLink style={{ - "font-size": 24 * (1 - 1 / (1 + score)) + "font-size": 20 * (1 - 1 / (1 + score)) }} /> ))}