readded the btnstyle

This commit is contained in:
Heli-o 2024-10-14 18:52:05 +02:00
parent 6d55e76839
commit adad0bced4
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1,4 @@
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
import style from "./styles/buttons8831.scss"
// Import the JSON data // Import the JSON data
import buttonsData from "./buttons.json" import buttonsData from "./buttons.json"
@ -75,9 +73,5 @@ export default (() => {
return null return null
} }
} }
// Use the existing style and add any additional styles if necessary
Btn8831.css = style
return Btn8831 return Btn8831
}) satisfies QuartzComponentConstructor }) satisfies QuartzComponentConstructor

View file

@ -22,6 +22,6 @@ export default ((opts?: Options) => {
) )
} }
CustomFooter.css = style CustomFooter.css = style + btnstyle
return CustomFooter return CustomFooter
}) satisfies QuartzComponentConstructor }) satisfies QuartzComponentConstructor