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