diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index f1a6c8d..d83553a 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -1,6 +1,4 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" -import style from "./styles/buttons8831.scss" - // Import the JSON data import buttonsData from "./buttons.json" @@ -75,9 +73,5 @@ export default (() => { return null } } - - // Use the existing style and add any additional styles if necessary - Btn8831.css = style - return Btn8831 }) satisfies QuartzComponentConstructor diff --git a/quartz/components/CustomFooter.tsx b/quartz/components/CustomFooter.tsx index f00e5c8..30c6fcb 100644 --- a/quartz/components/CustomFooter.tsx +++ b/quartz/components/CustomFooter.tsx @@ -22,6 +22,6 @@ export default ((opts?: Options) => { ) } - CustomFooter.css = style + CustomFooter.css = style + btnstyle return CustomFooter }) satisfies QuartzComponentConstructor