From d0b2b02190472d4192f225f05fb52aad3555d6bc Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 20 Apr 2024 16:48:01 +0200 Subject: [PATCH] text-size > font-size but in homebar --- quartz/components/Homebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index f8c47a3..85109e1 100644 --- a/quartz/components/Homebar.tsx +++ b/quartz/components/Homebar.tsx @@ -25,7 +25,7 @@ Homebar.css = ` flex-wrap: wrap; } .hb-button { - text-size: 0.9rem; + font-size: 0.9rem; border-radius: 16px; border:none; background-color: rgba(100,100,100, 0.3);