From 045d3424ff8758800e20d3e1aa0c3bff6e0d345d Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 08:58:23 +0200 Subject: [PATCH] removed base style --- quartz/components/Btn8831.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index 5f5fade..74f8b1c 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -49,7 +49,7 @@ export default (() => { ` // Combine base styles with custom styles - Btn8831.css = baseStyle + customStyle + Btn8831.css = customStyle return Btn8831 })() satisfies QuartzComponentConstructor