We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac04b5b commit a6f86fcCopy full SHA for a6f86fc
src/components/css.ts
@@ -44,7 +44,7 @@ export const form = {
44
formClass(style:FormStyle = "slideOver") { return style == "card" ? card.formClass : slideOver.formClass },
45
headingClass(style:FormStyle = "slideOver") { return style == "card" ? card.headingClass : slideOver.headingClass },
46
subHeadingClass(style:FormStyle = "slideOver") { return style == "card" ? card.subHeadingClass : slideOver.subHeadingClass },
47
- buttonsClass: "mt-4 px-4 py-3 bg-gray-50 dark:bg-gray-900 sm:px-6 flex flex-wrap justify-between",
+ buttonsClass: "px-4 py-3 bg-gray-50 dark:bg-gray-900 sm:px-6 flex flex-wrap justify-between",
48
legendClass: "text-base font-medium text-gray-900 dark:text-gray-100 text-center mb-4",
49
}
50
export const grid = {
0 commit comments