readded the btnstyle
This commit is contained in:
parent
6d55e76839
commit
adad0bced4
|
@ -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
|
||||
|
|
|
@ -22,6 +22,6 @@ export default ((opts?: Options) => {
|
|||
)
|
||||
}
|
||||
|
||||
CustomFooter.css = style
|
||||
CustomFooter.css = style + btnstyle
|
||||
return CustomFooter
|
||||
}) satisfies QuartzComponentConstructor
|
||||
|
|
Loading…
Reference in a new issue